Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91725
b: refs/heads/master
c: 3c3f4e0
h: refs/heads/master
i:
  91723: 089718b
v: v3
  • Loading branch information
Akinobu Mita authored and Jens Axboe committed Apr 21, 2008
1 parent 6f86207 commit 3950d03
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: 17672cf0a7cec57dea4c2a6705bd73114d5e9265
refs/heads/master: 3c3f4e012ab3471e8bd19220ed897ae9700e5fdd
2 changes: 1 addition & 1 deletion trunk/drivers/cdrom/cdrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ int register_cdrom(struct cdrom_device_info *cdi)
cdinfo(CD_OPEN, "entering register_cdrom\n");

if (cdo->open == NULL || cdo->release == NULL)
return -2;
return -EINVAL;
if (!banner_printed) {
printk(KERN_INFO "Uniform CD-ROM driver " REVISION "\n");
banner_printed = 1;
Expand Down

0 comments on commit 3950d03

Please sign in to comment.