| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] IP22: Use common SGI button driver |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Wed, 16 Jul 2008 15:18:54 +0200 (CEST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] IP32: Use common SGI button driver, Thomas Bogendoerfer |
|---|---|
| Next by Date: | Re: [PATCH] IP22: Use common SGI button driver, Ralf Baechle |
| Previous by Thread: | [PATCH] IP32: Use common SGI button driver, Thomas Bogendoerfer |
| Next by Thread: | Re: [PATCH] IP22: Use common SGI button driver, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |