diff options
author | Salyzyn, Mark <mark_salyzyn@adaptec.com> | 2007-07-26 14:20:02 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-27 09:13:28 -0400 |
commit | c835e3727b87115f98c612a5ecb8882826d2537e (patch) | |
tree | e371abba43e2cad31b6fc1b96e22444381e9ffa5 /drivers/scsi/aacraid/linit.c | |
parent | b6d44fe9582b9d90a0b16f508ac08a90d899bf56 (diff) |
[SCSI] aacraid: draw line in sand, sundry cleanup and version update
Minor unimportant cuttings from the floor bundled in with a version
stamp update. Only controversial change is the dropping of Alan Cox
copyright on the nark.c module since that file has no code written by
him in it.
Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aacraid/linit.c')
-rw-r--r-- | drivers/scsi/aacraid/linit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c index d27c838002a5..813556c60007 100644 --- a/drivers/scsi/aacraid/linit.c +++ b/drivers/scsi/aacraid/linit.c | |||
@@ -1126,9 +1126,8 @@ static int __devinit aac_probe_one(struct pci_dev *pdev, | |||
1126 | static void aac_shutdown(struct pci_dev *dev) | 1126 | static void aac_shutdown(struct pci_dev *dev) |
1127 | { | 1127 | { |
1128 | struct Scsi_Host *shost = pci_get_drvdata(dev); | 1128 | struct Scsi_Host *shost = pci_get_drvdata(dev); |
1129 | struct aac_dev *aac = (struct aac_dev *)shost->hostdata; | ||
1130 | scsi_block_requests(shost); | 1129 | scsi_block_requests(shost); |
1131 | __aac_shutdown(aac); | 1130 | __aac_shutdown((struct aac_dev *)shost->hostdata); |
1132 | } | 1131 | } |
1133 | 1132 | ||
1134 | static void __devexit aac_remove_one(struct pci_dev *pdev) | 1133 | static void __devexit aac_remove_one(struct pci_dev *pdev) |