commit | fac323471df6e196b496f94f7ca2047fa1b18387 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Mon Apr 03 15:20:29 2017 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Apr 11 10:58:29 2017 +0300 |
tree | 52242bc5b6e717883eb9c0c96883fd4e00f2611a | |
parent | d6e5a549cc4dba504a62855d9613836f76950790 [diff] |
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>