commit | 00896f66f5032e5f53874a76e02cdad09f7ff90b | [log] [tgz] |
---|---|---|
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | Thu Nov 06 11:11:58 2014 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Thu Nov 06 16:18:17 2014 -0600 |
tree | f439b7c89f9f724c44cb17118f3e0297c54edeb3 | |
parent | 634060870afbfbe37a567f35b78da9b74e81ad84 [diff] |
usb: gadget: hid: mirror init operations in module cleanup So far platform driver has been unregistered first, so just after that the usb composite is still available, but there is no hid data any more. Reverse the order so that first the usb composite becomes unavailable and second the hid data goes away. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>