OSDN Git Service

scsi: hisi_sas: Stop converting a bool into a bool
authorJohn Garry <john.garry@huawei.com>
Tue, 12 Nov 2019 09:30:59 +0000 (17:30 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 13 Nov 2019 03:21:34 +0000 (22:21 -0500)
commit964231aa0c7ef53ebc9c2a6889bbc50d8a3f2220
treedfc1898c9587eb3186f010757a221518c1e6ad68
parent7c0ecd40c31246a2d0de81879966436ff07505a4
scsi: hisi_sas: Stop converting a bool into a bool

The !! operator on a bool is pointless, so remove an example in
hisi_sas_rescan_topology().

Link: https://lore.kernel.org/r/1573551059-107873-5-git-send-email-john.garry@huawei.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