From patchwork Thu Feb 19 12:29:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 7969 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1JCUAY0023760 for ; Thu, 19 Feb 2009 12:30:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754372AbZBSMaI (ORCPT ); Thu, 19 Feb 2009 07:30:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753867AbZBSMaG (ORCPT ); Thu, 19 Feb 2009 07:30:06 -0500 Received: from ns1.siteground211.com ([209.62.36.12]:55997 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbZBSMaD (ORCPT ); Thu, 19 Feb 2009 07:30:03 -0500 Received: from [91.154.126.168] (port=24839 helo=localhost.localdomain) by serv01.siteground211.com with esmtpa (Exim 4.69) (envelope-from ) id 1La82T-0000vJ-KJ; Thu, 19 Feb 2009 06:30:02 -0600 From: Felipe Balbi To: linux-omap@vger.kernel.org Cc: tony@atomide.com, Felipe Balbi Subject: [PATCH 4/5] input: lm8323: prefix led name Date: Thu, 19 Feb 2009 14:29:42 +0200 Message-Id: <1235046583-29696-5-git-send-email-me@felipebalbi.com> X-Mailer: git-send-email 1.6.1.3 In-Reply-To: <1235046583-29696-4-git-send-email-me@felipebalbi.com> References: <1235046583-29696-1-git-send-email-me@felipebalbi.com> <1235046583-29696-2-git-send-email-me@felipebalbi.com> <1235046583-29696-3-git-send-email-me@felipebalbi.com> <1235046583-29696-4-git-send-email-me@felipebalbi.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - serv01.siteground211.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - felipebalbi.com Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Felipe Balbi 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 --- arch/arm/mach-omap2/board-n800.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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