]> git.karo-electronics.de Git - linux-beck.git/commit
scsi: cxlflash: Refactor WWPN setup
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>
Fri, 2 Sep 2016 20:40:20 +0000 (15:40 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 14 Sep 2016 16:47:03 +0000 (12:47 -0400)
commitf80132613d576e7e705344d0c33f3b5e65d9e16a
tree2f6fd2ff16de3a36ab85cdc0b14785b8765fa603
parent05dab43230fdc0d14ca885b473a2740fe017ecb1
scsi: cxlflash: Refactor WWPN setup

Commit 964497b3bf3f ("cxlflash: Remove dual port online dependency")
logically removed the ability for the WWPN setup routine afu_set_wwpn()
to return a non-success value. This routine can safely be made a void to
simplify the code as there is no longer a need to report a failure.

Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Acked-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxlflash/main.c