scsi: qla4xxx: Fix inconsistent format argument type
authorYe Bin <yebin10@huawei.com>
Wed, 30 Sep 2020 02:22:28 +0000 (10:22 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 8 Oct 2020 03:50:04 +0000 (23:50 -0400)
commit5ccdd101351df3b981b9a36f3f039e6afa531cdf
treeed43a8800d2acf942b46277613825aef1e47a14c
parentfc29f04a5c6b946bde125a36b2bfe5414c7c03f7
scsi: qla4xxx: Fix inconsistent format argument type

Fix the following warning:

[drivers/scsi/qla4xxx/ql4_nx.c:3228]: (warning) %ld in format string (no. 1)
requires 'long' but the argument type is 'unsigned long'.

Link: https://lore.kernel.org/r/20200930022228.2840587-1-yebin10@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ye Bin <yebin10@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla4xxx/ql4_nx.c