From: Sarah Sharp <sarah.a.sharp@linux.intel.com>
To: Gerard Snitselaar <dev@snitselaar.org>
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 14:05:42 -0700 [thread overview]
Message-ID: <20120316210542.GG6077@xanatos> (raw)
In-Reply-To: <1331922851-28513-1-git-send-email-dev@snitselaar.org>
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
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
>
next prev parent reply other threads:[~2012-03-16 21:05 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 [this message]
2012-03-17 3:25 ` Gerard Snitselaar
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=20120316210542.GG6077@xanatos \
--to=sarah.a.sharp@linux.intel.com \
--cc=dev@snitselaar.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox