diff mbox

[4/5] input: lm8323: prefix led name

Message ID 1235046583-29696-5-git-send-email-me@felipebalbi.com (mailing list archive)
State Accepted, archived
Commit 96ac41d0d8375cdc10b27c8e91c0fb1523505691
Headers show

Commit Message

Felipe Balbi Feb. 19, 2009, 12:29 p.m. UTC
From: Felipe Balbi <felipe.balbi@nokia.com>

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 <felipe.balbi@nokia.com>
---
 arch/arm/mach-omap2/board-n800.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
index fe6e5c9..6e34d80 100644
--- a/arch/arm/mach-omap2/board-n800.c
+++ b/arch/arm/mach-omap2/board-n800.c
@@ -119,8 +119,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