[SCSI] wd7000: fix reset handler typo spin_unlock_irq() => spin_lock_irq()
authorDan Carpenter <error27@gmail.com>
Thu, 1 Apr 2010 15:55:16 +0000 (18:55 +0300)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 18:37:33 +0000 (13:37 -0500)
commita8f23b03535359c5afeb77d937b89b8a4d87b2b2
tree2229dd68766a2db943b2da5ee8babf3f8d00148d
parent5bbf297cc652713a0a6511004b8d4c1cc21a3b02
[SCSI] wd7000: fix reset handler typo spin_unlock_irq() => spin_lock_irq()

This was introduced back in 2005 at the very start of the git era by:
df0ae2497ddefd72a87f3a3b34ff32455d7d4ae0
[SCSI] allow sleeping in ->eh_host_reset_handler()

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/wd7000.c