Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1042
b: refs/heads/master
c: cad359c
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 5, 2005
1 parent 1888ae0 commit 7bcf140
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4713741955736210511a5959bf13e92f8598dacd
refs/heads/master: cad359c68455d6870d053184bbb0ae208e207eef
5 changes: 4 additions & 1 deletion trunk/drivers/scsi/NCR53C9x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,10 @@ static int esp_do_data(struct NCR_ESP *esp, struct ESP_regs *eregs)
/* loop */
while (hmuch) {
int j, fifo_stuck = 0, newphase;
unsigned long flags, timeout;
unsigned long timeout;
#if 0
unsigned long flags;
#endif
#if 0
if ( i % 10 )
ESPDATA(("\r"));
Expand Down

0 comments on commit 7bcf140

Please sign in to comment.