linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Jeff Mahoney <jeffm@suse.com>
Cc: Roger Tseng <rogerable@realtek.com>,
	Linux Kernel Maling List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] rtsx_usb: export device table
Date: Fri, 8 Aug 2014 15:20:21 -0700	[thread overview]
Message-ID: <20140808152021.a3cbcf4f1fe95dca4531f36f@linux-foundation.org> (raw)
In-Reply-To: <53E541C7.9030407@suse.com>

On Fri, 08 Aug 2014 17:31:51 -0400 Jeff Mahoney <jeffm@suse.com> wrote:

> The rtsx_usb driver contains the table for the devices it supports but
> doesn't export it. As a result, no alias is generated and it doesn't
> get loaded automatically.
> 
> Via https://bugzilla.novell.com/show_bug.cgi?id=890096
> 
> ...
> 
> --- a/drivers/mfd/rtsx_usb.c
> +++ b/drivers/mfd/rtsx_usb.c
> @@ -744,6 +744,7 @@ static struct usb_device_id rtsx_usb_usb
>  	{ USB_DEVICE(0x0BDA, 0x0140) },
>  	{ }
>  };
> +MODULE_DEVICE_TABLE(usb, rtsx_usb_usb_ids);
>  
>  static struct usb_driver rtsx_usb_driver = {
>  	.name			= "rtsx_usb",
> 

I'd normally duck a patch like this because I don't do MFD.

But you omitted the Cc:stable tag, so I grabbed the patch to ensure
that this tag is included.


      reply	other threads:[~2014-08-08 22:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-08 21:31 [PATCH] rtsx_usb: export device table Jeff Mahoney
2014-08-08 22:20 ` Andrew Morton [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=20140808152021.a3cbcf4f1fe95dca4531f36f@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=jeffm@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rogerable@realtek.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).