Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40904
b: refs/heads/master
c: 6a34b57
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Kaiser authored and Linus Torvalds committed Nov 14, 2006
1 parent 427d55c commit 99ef371
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: d8f7975159f35846754d3845c9701b612c5c0624
refs/heads/master: 6a34b57bec41c95f1e38f700cd9b81324baaffc7
2 changes: 1 addition & 1 deletion trunk/drivers/ide/legacy/hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static void read_intr(void)
#ifdef DEBUG
printk("%s: read: sector %ld, remaining = %ld, buffer=%p\n",
req->rq_disk->disk_name, req->sector, req->nr_sectors,
req->buffer+512));
req->buffer+512);
#endif
if (req->current_nr_sectors <= 0)
end_request(req, 1);
Expand Down

0 comments on commit 99ef371

Please sign in to comment.