Re: [PATCH] usb: otg: fix module reinsert issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday 03 July 2009, Ravi, Babu wrote:
> From: Ajay Kumar Gupta <ajay.gupta@xxxxxx>
> 
> Platform_device instance (pd) is not set to NULL in
> usb_nop_xceiv_unregister() causing usb_nop_xceiv_register()
> to fail during module reinsert.
> 
> Signed-off-by: Ravi, Babu <ravibabu@xxxxxx>

Acked-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>


> ---
> Submitting on behalf of Ravi Babu.
> 
>  drivers/usb/otg/nop-usb-xceiv.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/usb/otg/nop-usb-xceiv.c b/drivers/usb/otg/nop-usb-xceiv.c
> index 9ed5ea5..af456b4 100644
> --- a/drivers/usb/otg/nop-usb-xceiv.c
> +++ b/drivers/usb/otg/nop-usb-xceiv.c
> @@ -53,6 +53,7 @@ EXPORT_SYMBOL(usb_nop_xceiv_register);
>  void usb_nop_xceiv_unregister(void)
>  {
>  	platform_device_unregister(pd);
> +	pd = NULL;
>  }
>  EXPORT_SYMBOL(usb_nop_xceiv_unregister);
>  
> -- 
> 1.6.2.4
> 
> 



--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux