All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Dooks <ben-linux@fluff.org>
To: David Brownell <david-b@pacbell.net>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	kay.sievers@vrfy.org, lkml <linux-kernel@vger.kernel.org>,
	Ben Dooks <ben-linux@fluff.org>
Subject: Re: [patch 2.6.26-rc8] parport: fix platform driver hotplug/coldplug
Date: Wed, 2 Jul 2008 09:56:56 +0100	[thread overview]
Message-ID: <20080702085656.GS8489@trinity.fluff.org> (raw)
In-Reply-To: <200807020020.22002.david-b@pacbell.net>

On Wed, Jul 02, 2008 at 12:20:21AM -0700, David Brownell wrote:
> From: Kay Sievers <kay.sievers@vrfy.org>
> 
> Since 43cc71eed1250755986da4c0f9898f9a635cb3bf, the platform
> modalias is prefixed with "platform:". Add MODULE_ALIAS() to the
> hotpluggable parport platform drivers, to re-enable auto loading.
> 
> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Ben Dooks <ben-linux@fluff.org>
> ---
>  drivers/parport/parport_ax88796.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- a/drivers/parport/parport_ax88796.c	2008-07-01 23:58:26.000000000 -0700
> +++ b/drivers/parport/parport_ax88796.c	2008-07-01 23:59:18.000000000 -0700
> @@ -406,6 +406,8 @@ static int parport_ax88796_resume(struct
>  #define parport_ax88796_resume  NULL
>  #endif
>  
> +MODULE_ALIAS("platform:ax88796-pp");
> +
>  static struct platform_driver axdrv = {
>  	.driver		= {
>  		.name	= "ax88796-pp",


-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.


      reply	other threads:[~2008-07-02  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-02  7:20 [patch 2.6.26-rc8] parport: fix platform driver hotplug/coldplug David Brownell
2008-07-02  8:56 ` Ben Dooks [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=20080702085656.GS8489@trinity.fluff.org \
    --to=ben-linux@fluff.org \
    --cc=akpm@linux-foundation.org \
    --cc=david-b@pacbell.net \
    --cc=kay.sievers@vrfy.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.