Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39077
b: refs/heads/master
c: b7696ee
h: refs/heads/master
i:
  39075: 9556dd4
v: v3
  • Loading branch information
Olaf Hering authored and Linus Torvalds committed Oct 6, 2006
1 parent 43c4524 commit 2bf8573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20ebba65093e7bbae1421f071cffed436048e700
refs/heads/master: b7696ee3c050a76a6cebccdbadfc93896b336e44
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
MKWORD(mr->interrupt, mr->exception,
mr->error, mr->fifo_count));
mesh_interrupt(0, (void *)ms, NULL);
mesh_interrupt(0, (void *)ms);
if (ms->phase != arbitrating)
return;
}
Expand Down Expand Up @@ -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",
MKWORD(mr->interrupt, mr->exception,
mr->error, mr->fifo_count));
mesh_interrupt(0, (void *)ms, NULL);
mesh_interrupt(0, (void *)ms);
if (ms->phase != arbitrating)
return;
dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x",
Expand Down

0 comments on commit 2bf8573

Please sign in to comment.