scsi: hisi_sas: Change the type of some numbers to unsigned
authorXiang Chen <chenxiang66@hisilicon.com>
Wed, 29 May 2019 09:58:45 +0000 (17:58 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 18 Jun 2019 23:46:24 +0000 (19:46 -0400)
commit0ab7bc825a12100bff27f82b8bc1eb7aaf929248
tree33db069e14b525f45fa009c8090e13d88630d062
parentc7669f50121ac43d33fe8fe7c38f737c6c35e323
scsi: hisi_sas: Change the type of some numbers to unsigned

It reports a error as follows from some tools at two places in our code:
runtime error: left shift of 4 by 29 places cannot be represented in type
'int' So change the type of the two numbers to unsigned to avoid the error.

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_v3_hw.c