Commit 19026f9c authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley

[PATCH] fix imm to build with IMM_DEBUG

Fix imm for IMM_DEBUG (changed device id struct).
Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent a3c50573
......@@ -758,7 +758,7 @@ static void imm_interrupt(void *data)
case DID_OK:
break;
case DID_NO_CONNECT:
printk("imm: no device at SCSI ID %i\n", cmd->target);
printk("imm: no device at SCSI ID %i\n", cmd->device->id);
break;
case DID_BUS_BUSY:
printk("imm: BUS BUSY - EPP timeout detected\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment