From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6A3251007DD for ; Thu, 19 May 2011 15:42:01 +1000 (EST) Subject: Re: [PATCH] powerpc/mpc8610_hpcd: Do not use "/" in interrupt names Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: Date: Thu, 19 May 2011 00:41:47 -0500 Message-Id: <914167DB-90BD-4ABA-B305-84918FA14BF9@kernel.crashing.org> References: To: Geert Uytterhoeven Cc: Anton Vorontsov , Linux/PPC Development , Linux Kernel Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 4, 2011, at 9:29 AM, Geert Uytterhoeven wrote: > It may trigger a warning in fs/proc/generic.c:__xlate_proc_name() when > trying to add an entry for the interrupt handler to sysfs. > > Signed-off-by: Geert Uytterhoeven > --- > arch/powerpc/platforms/86xx/mpc8610_hpcd.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to next, will CC for stable (2.6.39.1) - k