From: Gerard Snitselaar <dev@snitselaar.org>
To: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: xhci: fix section mismatch in linux-next
Date: Fri, 16 Mar 2012 20:25:04 -0700 [thread overview]
Message-ID: <20120317032503.GA32643@perelman.Home> (raw)
In-Reply-To: <20120316210542.GG6077@xanatos>
On Fri, Mar 16, 2012 at 02:05:42PM -0700, Sarah Sharp wrote:
> This looks fine. Does it need to be applied to stable as well, or is this
> just a "nice to have" that should be queued for 3.4?
>
> Sarah Sharp
>
Hi Sarah, it is only a problem in linux-next because that code path
was added to xhci_hcd_init() by 3429e91a which isn't in stable.
> On Fri, Mar 16, 2012 at 11:34:11AM -0700, Gerard Snitselaar wrote:
> > xhci_unregister_pci() is called in xhci_hcd_init().
> >
> > Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
> > ---
> > drivers/usb/host/xhci-pci.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
> > index ef98b38..0d7b851 100644
> > --- a/drivers/usb/host/xhci-pci.c
> > +++ b/drivers/usb/host/xhci-pci.c
> > @@ -326,7 +326,7 @@ int __init xhci_register_pci(void)
> > return pci_register_driver(&xhci_pci_driver);
> > }
> >
> > -void __exit xhci_unregister_pci(void)
> > +void xhci_unregister_pci(void)
> > {
> > pci_unregister_driver(&xhci_pci_driver);
> > }
> > --
> > 1.7.7.6
> >
--
prev parent reply other threads:[~2012-03-17 3:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 18:34 [PATCH] usb: xhci: fix section mismatch in linux-next Gerard Snitselaar
2012-03-16 21:05 ` Sarah Sharp
2012-03-17 3:25 ` Gerard Snitselaar [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=20120317032503.GA32643@perelman.Home \
--to=dev@snitselaar.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=sarah.a.sharp@linux.intel.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