Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33656
b: refs/heads/master
c: 9c275a8
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Aug 27, 2006
1 parent 6f7dc54 commit 4fedcb1
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: 38e716aa016dfd8466c11500c56ab7773344fdf7
refs/heads/master: 9c275a8391d96b49fa135d1e4073d4798b7c6445
2 changes: 1 addition & 1 deletion trunk/drivers/cdrom/gscd.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static void __do_gscd_request(unsigned long dummy)
goto out;

if (req->cmd != READ) {
printk("GSCD: bad cmd %lu\n", rq_data_dir(req));
printk("GSCD: bad cmd %u\n", rq_data_dir(req));
end_request(req, 0);
goto repeat;
}
Expand Down

0 comments on commit 4fedcb1

Please sign in to comment.