scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()
authorXiang Chen <chenxiang66@hisilicon.com>
Thu, 11 Apr 2019 12:46:39 +0000 (20:46 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 13 Apr 2019 01:30:12 +0000 (21:30 -0400)
commit18a54b329c1a57613b95b42ce55affb9079af822
treef73667fe6021c9e8ff0540455867426294cf2263
parentc63b88ccff0a0efff1d14aa25439ae3e207a5ccf
scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()

In function hisi_sas_init_device(), the log is as follows when error for
hardreset:

  hisi_sas_v3_hw 0000:74:02.0: SATA disk hardreset fail: 0xffffffed

Actually if hardreset failed, its return value is negative, so change the
print format from %x to %d.

Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas_main.c