Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34150
b: refs/heads/master
c: e4e3295
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Sep 22, 2006
1 parent d78a1b6 commit ff69e5b
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: 51197abf29657373bcf9803d87da3c3d8fc3a37e
refs/heads/master: e4e3295f0c0e1a09a46522359e24c0569e2e7b47
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/mtd_blkdevs.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int do_blktrans_request(struct mtd_blktrans_ops *tr,
return 1;

default:
printk(KERN_NOTICE "Unknown request %d\n", rq_data_dir(req));
printk(KERN_NOTICE "Unknown request %ld\n", rq_data_dir(req));
return 0;
}
}
Expand Down

0 comments on commit ff69e5b

Please sign in to comment.