From: Michael Hennerich <michael.hennerich@analog.com>
To: Axel Lin <axel.lin@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Richard Purdie <rpurdie@rpsys.net>,
Andrew Morton <akpm@linux-foundation.org>,
"device-drivers-devel@blackfin.uclinux.org"
<device-drivers-devel@blackfin.uclinux.org>
Subject: Re: [PATCH RESEND] backlight: fix module alias prefix for adp8870_bl
Date: Tue, 23 Aug 2011 08:47:11 +0200 [thread overview]
Message-ID: <4E534CEF.1080908@analog.com> (raw)
In-Reply-To: <1314077176.2290.0.camel@phoenix>
On 08/23/2011 07:26 AM, Axel Lin wrote:
> This is a i2c driver, not a platform driver,
> thus use "i2c" prefix for the module alias.
>
> Signed-off-by: Axel Lin<axel.lin@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
> ---
> drivers/video/backlight/adp8870_bl.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/video/backlight/adp8870_bl.c b/drivers/video/backlight/adp8870_bl.c
> index 383c4c3..98e0304 100644
> --- a/drivers/video/backlight/adp8870_bl.c
> +++ b/drivers/video/backlight/adp8870_bl.c
> @@ -1008,4 +1008,4 @@ module_exit(adp8870_exit);
> MODULE_LICENSE("GPL v2");
> MODULE_AUTHOR("Michael Hennerich<hennerich@blackfin.uclinux.org>");
> MODULE_DESCRIPTION("ADP8870 Backlight driver");
> -MODULE_ALIAS("platform:adp8870-backlight");
> +MODULE_ALIAS("i2c:adp8870-backlight");
--
Greetings,
Michael
--
Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin,
Margaret Seif
prev parent reply other threads:[~2011-08-23 6:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-23 5:26 [PATCH RESEND] backlight: fix module alias prefix for adp8870_bl Axel Lin
2011-08-23 6:47 ` Michael Hennerich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E534CEF.1080908@analog.com \
--to=michael.hennerich@analog.com \
--cc=akpm@linux-foundation.org \
--cc=axel.lin@gmail.com \
--cc=device-drivers-devel@blackfin.uclinux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rpurdie@rpsys.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.