Patches b4efbec4c2a ("scsi: mpt3sas: Fix writel() use") and 7ab4d2441b9 ("scsi: mpt3sas: Fix ioc->base_readl() use"), while aiming at only fixign sparse warnings without any functional change, broke the mpt3sas driver on big endian machines. This series reverts both patches, until someone more knowledgeable of the Broadcom HBA controller interface can properly fix register endianness control to avoid the compilation warnings. Damien Le Moal (2): scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use" scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use" drivers/scsi/mpt3sas/mpt3sas_base.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) -- 2.37.2