From: Felipe Balbi Date: Thu, 19 Feb 2009 12:29:42 +0000 (+0000) Subject: input: lm8323: prefix led name X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=96ac41d0d8375cdc10b27c8e91c0fb1523505691;p=linux-2.6-omap-h63xx.git input: lm8323: prefix led name Prefix led name with machine name to avoid sysfs name conflicts. It's minor and impossible to happen on n810 by now, but still let's try to keep good practices while coding. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c index d78ba90722c..60a414cae71 100644 --- a/arch/arm/mach-omap2/board-n800.c +++ b/arch/arm/mach-omap2/board-n800.c @@ -120,8 +120,8 @@ static struct lm8323_platform_data lm8323_pdata = { .active_time = 500, .name = "Internal keyboard", - .pwm1_name = "keyboard", - .pwm2_name = "cover", + .pwm1_name = "n810::keyboard", + .pwm2_name = "n810::cover", }; #endif