Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97786
b: refs/heads/master
c: f6266e3
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jun 6, 2008
1 parent 547dc8a commit 6794fd4
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: d3e49afbb66109613c3474f2273f5830ac2dcb09
refs/heads/master: f6266e34713dc286b52623d8a4ff846973c0bcce
2 changes: 1 addition & 1 deletion trunk/drivers/firmware/edd.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ edd_init(void)

if (!edd_num_devices()) {
printk(KERN_INFO "EDD information not available.\n");
return 1;
return -ENODEV;
}

edd_kset = kset_create_and_add("edd", NULL, firmware_kobj);
Expand Down

0 comments on commit 6794fd4

Please sign in to comment.