Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1047
b: refs/heads/master
c: b6f0b0d
h: refs/heads/master
i:
  1045: f64c55f
  1043: 5413454
  1039: c3cbbaa
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 5, 2005
1 parent 15b3302 commit e8c8afb
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: f59154c53fac0bfee52393247beadf0474770351
refs/heads/master: b6f0b0d016a254ff583fec26f2c9e21c1ae2fdf3
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sym53c416.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ static int sym53c416_host_reset(Scsi_Cmnd *SCpnt)
/* printk("sym53c416_reset\n"); */
base = SCpnt->device->host->io_port;
/* search scsi_id - fixme, we shouldnt need to iterate for this! */
for(i = 0; i < host_index && scsi_id != -1; i++)
for(i = 0; i < host_index && scsi_id == -1; i++)
if(hosts[i].base == base)
scsi_id = hosts[i].scsi_id;
outb(RESET_CHIP, base + COMMAND_REG);
Expand Down

0 comments on commit e8c8afb

Please sign in to comment.