Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144274
b: refs/heads/master
c: 0d9f346
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jens Axboe committed Apr 28, 2009
1 parent 0450118 commit 06185b4
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: 39f36b47caae1443eb37c34c6def108bb79f8d25
refs/heads/master: 0d9f346fb0cd6d6fc70827c5396a0d83939530e4
2 changes: 1 addition & 1 deletion trunk/drivers/block/mg_disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static void mg_dump_status(const char *msg, unsigned int stat,
if (host->breq) {
req = elv_next_request(host->breq);
if (req)
printk(", sector=%ld", req->sector);
printk(", sector=%u", (u32)req->sector);
}

}
Expand Down

0 comments on commit 06185b4

Please sign in to comment.