commit | f4e4f8dae3753685e577143e8116cbac52f13cc4 | [log] [tgz] |
---|---|---|
author | Robert Baldyga <r.baldyga@samsung.com> | Tue Feb 10 17:30:36 2015 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Wed Mar 11 10:19:38 2015 -0500 |
tree | f03cbf9e320189b7cae78858031ac1b9600f2436 | |
parent | fa84acf0f6142e7f35da785e25ee978518ff21ac [diff] |
usb: gadget: f_hid: remove unnecessary usb_ep_dequeue() Function usb_ep_disable() causes completion of all requests queued for given endpoint, so there is no need to dequeue them after endpoint disabling. Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>