Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103768
b: refs/heads/master
c: 5a334fa
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jul 20, 2008
1 parent 3a442c6 commit c781b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 36e5c21de51e83bfa17c1e7334050edd2eda3d47
refs/heads/master: 5a334fa9240411121f5dda9605fc7fd98429e8c5
3 changes: 1 addition & 2 deletions trunk/arch/mips/sgi-ip22/ip22-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ static int __init sgi_button_devinit(void)
if (ip22_is_fullhouse())
return 0; /* full house has no volume buttons */

return IS_ERR(platform_device_register_simple("sgiindybtns",
-1, NULL, 0));
return IS_ERR(platform_device_register_simple("sgibtns", -1, NULL, 0));
}

device_initcall(sgi_button_devinit);

0 comments on commit c781b0f

Please sign in to comment.