Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93401
b: refs/heads/master
c: f9d4249
h: refs/heads/master
i:
  93399: 379c84c
v: v3
  • Loading branch information
Roel Kluin authored and Jeff Garzik committed Apr 25, 2008
1 parent 68d106d commit fb789c3
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: 85afb934575abdff1b2ac8ea4d522d1355f22a89
refs/heads/master: f9d42491723dbb77bdc9b9dc7e096ea57d535992
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_bf54x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ static int bfin_reset_controller(struct ata_host *host)
count = 10000000;
do {
status = read_atapi_register(base, ATA_REG_STATUS);
} while (count-- && (status & ATA_BUSY));
} while (--count && (status & ATA_BUSY));

/* Enable only ATAPI Device interrupt */
ATAPI_SET_INT_MASK(base, 1);
Expand Down

0 comments on commit fb789c3

Please sign in to comment.