Your patch has been checked in (along with the original). Please test ASAP.
http://download.meego.com/live/devel:/kernel/Trunk/i586/ Thanks, Kristen On Mon, 16 May 2011 21:08:40 +0800 Jekyll Lai <[email protected]> wrote: > 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 = { _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
