]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
qla2xxx: Use qla2x00_clear_drv_active on probe failure
authorJoe Lawrence <joe.lawrence@stratus.com>
Tue, 26 Aug 2014 21:11:18 +0000 (17:11 -0400)
committerChristoph Hellwig <hch@lst.de>
Tue, 16 Sep 2014 16:09:59 +0000 (09:09 -0700)
commit1a2fbf185cce45b80cfdb441fb6651c07915ddb1
treedc054a6febab0d1f939ab2df1b0c086d0f3d2147
parentdb7157d4cfce6edf052452fb1d327d4d11b67f4c
qla2xxx: Use qla2x00_clear_drv_active on probe failure

Take advantage of commit fe1b806f4f71 ("qla2xxx: Refactor shutdown code
so some functionality can be reused") to remove an inlined copy of
qla2x00_clear_drv_active in the driver's probe hardware error path.

Signed-off-by: Joe Lawrence <joe.lawrence@stratus.com>
Acked-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/qla2xxx/qla_os.c