On 12/25/19 5:29 AM, kbuild test robot wrote:
sparse warnings: (new ones prefixed by >>)
drivers/scsi/qla2xxx/qla_os.c:1203:40: sparse: sparse: incorrect type in argument 1 (different base types)
drivers/scsi/qla2xxx/qla_os.c:1203:40: sparse: expected restricted __le32 const volatile [noderef] [usertype] <asn:2> *addr
drivers/scsi/qla2xxx/qla_os.c:1203:40: sparse: got unsigned int [noderef] <asn:2> *
Please ignore these warnings for now because these do not indicate a
shortcoming in the posted patch but are the result of making
RD_REG_BYTE() etc. verify the endianness of the pointers passed to these
functions. The patches to fix these new endianness warnings are ready
and I plan to post these soon.
Bart.