Skip to content

Commit

Permalink
[PATCH] megaraid build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
bobl authored and Linus Torvalds committed Jun 22, 2005
1 parent 9a558cb commit 7f20b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/megaraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7f20b6a

Please sign in to comment.