diff options
author | Mark Haverkamp <markh@osdl.org> | 2006-09-19 11:59:23 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-23 21:08:26 -0400 |
commit | 65101355450df2d935f8d56ac3abef279f28a0e2 (patch) | |
tree | deea581c99159e8d7f13d0f92c6972d9a5ab9b74 /drivers/scsi/aacraid/commsup.c | |
parent | 9cbb889786548c1212fb77a9df8d09ed883a3480 (diff) |
[SCSI] aacraid: misc cleanup
Received from Mark Salyzyn:
Basically cleanup, nothing here will have an affect. Adjusting some
error codes, removing superfluous definitions and code fragments.
Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aacraid/commsup.c')
-rw-r--r-- | drivers/scsi/aacraid/commsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/commsup.c b/drivers/scsi/aacraid/commsup.c index 53add53be0b..907161d6e92 100644 --- a/drivers/scsi/aacraid/commsup.c +++ b/drivers/scsi/aacraid/commsup.c | |||
@@ -467,7 +467,7 @@ int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, | |||
467 | dprintk((KERN_DEBUG " fib being sent=%p\n",fibptr)); | 467 | dprintk((KERN_DEBUG " fib being sent=%p\n",fibptr)); |
468 | 468 | ||
469 | if (!dev->queues) | 469 | if (!dev->queues) |
470 | return -ENODEV; | 470 | return -EBUSY; |
471 | q = &dev->queues->queue[AdapNormCmdQueue]; | 471 | q = &dev->queues->queue[AdapNormCmdQueue]; |
472 | 472 | ||
473 | if(wait) | 473 | if(wait) |