Because of the restriction of SFI table, the name size should not
be longer than 15 characters.

Signed-off-by: Jekyll Lai <[email protected]>
---
 arch/x86/platform/mrst/mrst.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/platform/mrst/mrst.c b/arch/x86/platform/mrst/mrst.c
index f289118..82c37e7 100644
--- a/arch/x86/platform/mrst/mrst.c
+++ b/arch/x86/platform/mrst/mrst.c
@@ -1102,7 +1102,7 @@ static struct gpio_keys_button gpio_button[] = {
        {KEY_LEFTMETA,          -1, 1, "KEY_LEFTMETA",  EV_KEY, 0, 20},
        {SW_ROTATE_LOCK,        -1, 1, "SW_ROTATE_LOCK",EV_SW,  0, 20},
        {KEY_POWER,             -1, 1, "KEY_POWER",     EV_KEY, 0, 20},
-       {SW_FRONT_PROXIMITY,    -1, 1, "SW_FRONT_PROXIMITY", EV_SW,  0, 20},
+       {SW_FRONT_PROXIMITY,    -1, 1, "SW_PROXIMITY",  EV_SW,  0, 20},
 };
 
 static struct gpio_keys_platform_data mrst_gpio_keys = {
-- 
1.7.0.4

_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to