dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] megaraid build fix

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
bobl 2005-06-21 17:14:29 -07:00 committed by Linus Torvalds
parent 9a558cb4ec
commit 7f20b6a479
1 changed files with 1 additions and 1 deletions

View File

@ -1975,7 +1975,7 @@ __megaraid_reset(Scsi_Cmnd *cmd)
static int
megaraid_reset(Scsi_Cmnd *cmd)
{
adapter = (adapter_t *)cmd->device->host->hostdata;
adapter_t *adapter = (adapter_t *)cmd->device->host->hostdata;
int rc;
spin_lock_irq(&adapter->lock);