]> git.baikalelectronics.ru Git - kernel.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)
commit7e41a4d34c8396017bd967981b6ec7ce7ad6bbef
treedc054a6febab0d1f939ab2df1b0c086d0f3d2147
parentaf2087a6599937a8eea01f9a041075a00141b4b0
qla2xxx: Use qla2x00_clear_drv_active on probe failure

Take advantage of commit cdefcd9d7bad ("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