Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755571AbZFEQBY (ORCPT ); Fri, 5 Jun 2009 12:01:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752030AbZFEQBR (ORCPT ); Fri, 5 Jun 2009 12:01:17 -0400 Received: from mail-bw0-f213.google.com ([209.85.218.213]:55562 "EHLO mail-bw0-f213.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751798AbZFEQBQ convert rfc822-to-8bit (ORCPT ); Fri, 5 Jun 2009 12:01:16 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HYoXi4cFWpGYOWY5c9843V/TnkgIEwri8f2OXlurFCNwAx33b12AP3RyDk7IEzmr0o PNm4VtF/8r50jLPlugazEIkHM1X6rVzt+pKKj0XxGVte/feGY8B+E7NaNSYWAIkyEd38 do1PSVyVdqSEjRCgBkr3lM5B7x6nXmAaNRQkc= MIME-Version: 1.0 In-Reply-To: <1244216712.3631.117.camel@Joe-Laptop.home> References: <1244197103.3631.40.camel@Joe-Laptop.home> <4A28F94A.6040500@tuffmail.co.uk> <1244199633.3631.43.camel@Joe-Laptop.home> <71cd59b00906050457i29638577o9eeb5e8fa8eb087c@mail.gmail.com> <1244216712.3631.117.camel@Joe-Laptop.home> Date: Fri, 5 Jun 2009 18:01:16 +0200 Message-ID: <71cd59b00906050901p71c7483fja5b3c74744f93384@mail.gmail.com> Subject: Re: [PATCH] eeepc-laptop.c: use pr_fmt and pr_ From: Corentin Chary To: Joe Perches Cc: Alan Jenkins , acpi4asus-user@lists.sourceforge.net, LKML , Len Brown , Matthew Garrett , Darren Salt Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1246 Lines: 27 On Fri, Jun 5, 2009 at 5:45 PM, Joe Perches wrote: > On Fri, 2009-06-05 at 13:57 +0200, Corentin Chary wrote: >> On Fri, Jun 5, 2009 at 1:00 PM, Joe Perches wrote: >> > On Fri, 2009-06-05 at 11:54 +0100, Alan Jenkins wrote: >> >> Is EEEPC_HOTK_FILE used anywhere else? ?It would be clearer if you were >> >> able to just use "eeepc: " or whatever and remove the definition of >> >> EEEPC_HOTK_FILE. >> > It is used elsewhere and perhaps it'd be better to use KBUILD_MODNAME. >> I think we can't use KBUILD_MODNAME because "eeepc" is used for >> platform_device, backlight and input device. Using "eeepc-laptop" >> would break compatibility. > > What compatibility would it break? > Logging messages are not guaranteed to be stable across versions. for platform_device backlight and input device it would change the "/sys" paths (eg: /sys/class/backlight/eeepc) Thanks for the patch, will be applied soon =) -- Corentin Chary http://xf.iksaif.net - http://uffs.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/