dect
/
linux-2.6
Archived
13
0
Fork 0

[SCSI] megaraid: unused variable

drivers/scsi/megaraid.c: In function `mega_internal_command':
drivers/scsi/megaraid.c:4474: warning: unused variable `flags'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Andrew Morton 2006-04-18 21:09:10 -07:00 committed by James Bottomley
parent 77347ff755
commit 5298841058
1 changed files with 0 additions and 1 deletions

View File

@ -4471,7 +4471,6 @@ mega_internal_command(adapter_t *adapter, megacmd_t *mc, mega_passthru *pthru)
{
Scsi_Cmnd *scmd;
struct scsi_device *sdev;
unsigned long flags = 0;
scb_t *scb;
int rval;