Searched hist:fa3622bbea10c5083ce4f84da79248d4e22fea4b (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | fa3622bbea10c5083ce4f84da79248d4e22fea4b Mon Nov 16 00:16:39 UTC 2020 Remi Depommier <rde@setrix.com> brcmfmac: Fix incorrect type in assignment
The left-hand side of the assignment from cpu_to_le32() should be of type __le32. This commit clears the warning reported by sparse when building with C=1 CF="-D__CHECK_ENDIAN__".
Fixes: d56fd83cf99c ("brcmfmac: fix SDIO access for big-endian host") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Remi Depommier <rde@setrix.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20201116001639.31958-1-rde@setrix.com fa3622bbea10c5083ce4f84da79248d4e22fea4b Mon Nov 16 00:16:39 UTC 2020 Remi Depommier <rde@setrix.com> brcmfmac: Fix incorrect type in assignment
The left-hand side of the assignment from cpu_to_le32() should be of type __le32. This commit clears the warning reported by sparse when building with C=1 CF="-D__CHECK_ENDIAN__".
Fixes: d56fd83cf99c ("brcmfmac: fix SDIO access for big-endian host") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Remi Depommier <rde@setrix.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20201116001639.31958-1-rde@setrix.com
|