提交 7f20b6a4 编写于 作者: B bobl 提交者: Linus Torvalds

[PATCH] megaraid build fix

Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 9a558cb4
...@@ -1975,7 +1975,7 @@ __megaraid_reset(Scsi_Cmnd *cmd) ...@@ -1975,7 +1975,7 @@ __megaraid_reset(Scsi_Cmnd *cmd)
static int static int
megaraid_reset(Scsi_Cmnd *cmd) megaraid_reset(Scsi_Cmnd *cmd)
{ {
adapter = (adapter_t *)cmd->device->host->hostdata; adapter_t *adapter = (adapter_t *)cmd->device->host->hostdata;
int rc; int rc;
spin_lock_irq(&adapter->lock); spin_lock_irq(&adapter->lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册