Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326223
b: refs/heads/master
c: e786f6b
h: refs/heads/master
i:
  326221: 1a1c61c
  326219: 4bf267d
  326215: 4e8b76e
  326207: 3e79982
v: v3
  • Loading branch information
Thomas Meyer authored and Geert Uytterhoeven committed Aug 18, 2012
1 parent 5d75e2e commit d1cff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 27b05e4d202427a8a8b03487e70f256f586e7ad8
refs/heads/master: e786f6bfd62e4da8c07c8e208a881c2b855a534a
5 changes: 1 addition & 4 deletions trunk/arch/m68k/q40/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@ static __init int q40_add_kbd_device(void)
return -ENODEV;

pdev = platform_device_register_simple("q40kbd", -1, NULL, 0);
if (IS_ERR(pdev))
return PTR_ERR(pdev);

return 0;
return PTR_RET(pdev);
}
arch_initcall(q40_add_kbd_device);

0 comments on commit d1cff23

Please sign in to comment.