Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146939
b: refs/heads/master
c: 7090a0a
h: refs/heads/master
i:
  146937: dab2ae8
  146935: f006cb2
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jens Axboe committed Apr 28, 2009
1 parent d814684 commit e1165b8
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: ac2ff946a53e7bd0ae98f4e5d1d6c1b1dced82e5
refs/heads/master: 7090a0a97f55cbf47547a140fcc5a349f32c598c
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 e1165b8

Please sign in to comment.