|
@@ -466,7 +466,7 @@ static void mesh_start_cmd(struct mesh_state *ms, struct scsi_cmnd *cmd)
|
|
dlog(ms, "intr b4 arb, intr/exc/err/fc=%.8x",
|
|
dlog(ms, "intr b4 arb, intr/exc/err/fc=%.8x",
|
|
MKWORD(mr->interrupt, mr->exception,
|
|
MKWORD(mr->interrupt, mr->exception,
|
|
mr->error, mr->fifo_count));
|
|
mr->error, mr->fifo_count));
|
|
- mesh_interrupt(0, (void *)ms, NULL);
|
|
|
|
|
|
+ mesh_interrupt(0, (void *)ms);
|
|
if (ms->phase != arbitrating)
|
|
if (ms->phase != arbitrating)
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
@@ -504,7 +504,7 @@ static void mesh_start_cmd(struct mesh_state *ms, struct scsi_cmnd *cmd)
|
|
dlog(ms, "intr after disresel, intr/exc/err/fc=%.8x",
|
|
dlog(ms, "intr after disresel, intr/exc/err/fc=%.8x",
|
|
MKWORD(mr->interrupt, mr->exception,
|
|
MKWORD(mr->interrupt, mr->exception,
|
|
mr->error, mr->fifo_count));
|
|
mr->error, mr->fifo_count));
|
|
- mesh_interrupt(0, (void *)ms, NULL);
|
|
|
|
|
|
+ mesh_interrupt(0, (void *)ms);
|
|
if (ms->phase != arbitrating)
|
|
if (ms->phase != arbitrating)
|
|
return;
|
|
return;
|
|
dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x",
|
|
dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x",
|