Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75073
b: refs/heads/master
c: cedefa1
h: refs/heads/master
i:
  75071: bb3ee8a
v: v3
  • Loading branch information
Tony Battersby authored and James Bottomley committed Dec 18, 2007
1 parent 4611c30 commit 975c6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c80ddf00cde4c21018dbd0ea2872736c90c7dda2
refs/heads/master: cedefa13db502432905c29819c195f46805b13eb
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sym53c8xx_2/sym_hipd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2791,7 +2791,7 @@ irqreturn_t sym_interrupt(struct Scsi_Host *shost)
istat = INB(np, nc_istat);
if (istat & INTF) {
OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem);
istat = INB(np, nc_istat); /* DUMMY READ */
istat |= INB(np, nc_istat); /* DUMMY READ */
if (DEBUG_FLAGS & DEBUG_TINY) printf ("F ");
sym_wakeup_done(np);
}
Expand Down

0 comments on commit 975c6e0

Please sign in to comment.