Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326224
b: refs/heads/master
c: f82735d
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Geert Uytterhoeven committed Aug 18, 2012
1 parent d1cff23 commit 329a0e6
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: e786f6bfd62e4da8c07c8e208a881c2b855a534a
refs/heads/master: f82735d55056b200eab19749398457a2f534306b
5 changes: 1 addition & 4 deletions trunk/arch/m68k/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ static int __init rtc_init(void)
return -ENODEV;

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

return 0;
return PTR_RET(pdev);
}

module_init(rtc_init);
Expand Down

0 comments on commit 329a0e6

Please sign in to comment.