* [PATCH] IP22: Use common SGI button driver
@ 2008-07-16 13:18 Thomas Bogendoerfer
2008-07-16 13:24 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bogendoerfer @ 2008-07-16 13:18 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
use the Indy/O2 button driver
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
arch/mips/sgi-ip22/ip22-platform.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/mips/sgi-ip22/ip22-platform.c b/arch/mips/sgi-ip22/ip22-platform.c
index fc6df96..6014123 100644
--- a/arch/mips/sgi-ip22/ip22-platform.c
+++ b/arch/mips/sgi-ip22/ip22-platform.c
@@ -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);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] IP22: Use common SGI button driver
2008-07-16 13:18 [PATCH] IP22: Use common SGI button driver Thomas Bogendoerfer
@ 2008-07-16 13:24 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2008-07-16 13:24 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: linux-mips
Applied,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-16 13:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-16 13:18 [PATCH] IP22: Use common SGI button driver Thomas Bogendoerfer
2008-07-16 13:24 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox