lkml.org 
[lkml]   [2012]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] usb: xhci: fix section mismatch in linux-next
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
>


\
 
 \ /
  Last update: 2012-03-16 22:07    [W:0.086 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site