[SCSI] aacraid: cleanup and version stamp driver
authorSalyzyn, Mark <mark_salyzyn@adaptec.com>
Wed, 21 Mar 2007 17:49:47 +0000 (13:49 -0400)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 21 Mar 2007 18:03:52 +0000 (12:03 -0600)
commit802ae2f05b646c1e5f9e33cfe4c80cfa1452a0e3
tree46bc8f6d789538abf7a5feed0a40e318a652e7d5
parent20235f35221472f1a127a5d5414f11091eb0a845
[SCSI] aacraid: cleanup and version stamp driver

There is some residual cleanup of the last series of patches and the
need to bump the revision number to draw the line in the sand.

The cmd->SCp.phase is set in the aac_valid_context routine, then set
again to the same value following it's return. The cmd->scsi_done is set
twice in the aac_queuecommand routine. Free up the scsidev FILO in
aac_probe_container as it is not needed further down the function in any
case. Improve the efficiency of the abort handler kernel print
parameters. Bump revision number of driver to approximate the equivalent
in the Adaptec supplied version.

Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aachba.c
drivers/scsi/aacraid/aacraid.h
drivers/scsi/aacraid/linit.c