Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326222
b: refs/heads/master
c: 27b05e4
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Geert Uytterhoeven committed Aug 18, 2012
1 parent 1a1c61c commit 5d75e2e
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: b5486a49dcd0aab17399fce39d95e0214df071ba
refs/heads/master: 27b05e4d202427a8a8b03487e70f256f586e7ad8
5 changes: 1 addition & 4 deletions trunk/arch/m68k/amiga/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ static int __init amiga_init_bus(void)
n = AMIGAHW_PRESENT(ZORRO3) ? 4 : 2;
pdev = platform_device_register_simple("amiga-zorro", -1,
zorro_resources, n);
if (IS_ERR(pdev))
return PTR_ERR(pdev);

return 0;
return PTR_RET(pdev);
}

subsys_initcall(amiga_init_bus);
Expand Down

0 comments on commit 5d75e2e

Please sign in to comment.