[SCSI] advansys: Improve reset handler
authorMatthew Wilcox <matthew@wil.cx>
Wed, 3 Oct 2007 01:55:26 +0000 (21:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:53:06 +0000 (14:53 -0400)
commit52fa07770921d9cbe815d3aff36702c88cdec978
tree5215e01dea0d152979523916405214498736d6c1
parent05848b6e66ee237c4496c2b49821d2622b0f677e
[SCSI] advansys: Improve reset handler

 - Don't need to set ASC_HOST_IN_RESET any more
 - Don't need to test scp->device->host for NULL -- if it's NULL, we
   couldn't've been called.
 - Use scmd_printk instead of ASC_PRINT

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c