OSDN Git Service

usb: udc: allow adding and removing the same gadget device
authorRoger Quadros <rogerq@ti.com>
Mon, 3 Apr 2017 12:20:29 +0000 (15:20 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 11 Apr 2017 07:58:29 +0000 (10:58 +0300)
commitfac323471df6e196b496f94f7ca2047fa1b18387
tree52242bc5b6e717883eb9c0c96883fd4e00f2611a
parentd6e5a549cc4dba504a62855d9613836f76950790
usb: udc: allow adding and removing the same gadget device

allow usb_del_gadget_udc() and usb add_gadget_udc() to be called
repeatedly on the same gadget->dev structure.

We need to clear the gadget->dev structure so that kobject_init()
doesn't complain about already initialized object.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/core.c