]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hpsa: break hpsa_free_irqs_and_disable_msix into two functions
authorRobert Elliott <elliott@hp.com>
Thu, 23 Apr 2015 14:33:12 +0000 (09:33 -0500)
committerJames Bottomley <JBottomley@Odin.com>
Sun, 31 May 2015 18:29:53 +0000 (11:29 -0700)
commitcc64c817a8e044f911b2bf36170c49a6dbf776c8
treea0b75c933d046a13ff8935a57cece8fca4844343
parentecf418d14fa7ddb28cc7f99c4f7298542b3bd9f3
hpsa: break hpsa_free_irqs_and_disable_msix into two functions

replace calls to hpsa_free_irqs_and_disable_msix with
hpsa_free_irqs and hpsa_disable_interrupt_mode

Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Reviewed-by: Hannes Reinecke <hare@Suse.de>
Signed-off-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/hpsa.c