usb: gadget: introduce 'enabled' flag in struct usb_ep
commitb0bac2581c1918cc4ab0aca01977ad69f0bc127a
authorRobert Baldyga <r.baldyga@samsung.com>
Wed, 16 Sep 2015 10:10:42 +0000 (16 12:10 +0200)
committerFelipe Balbi <balbi@ti.com>
Sun, 27 Sep 2015 15:54:31 +0000 (27 10:54 -0500)
tree924683c079331a43475d1814bebf3f6ade75165c
parentb67f628c84329a9ce82dbff5fde196dc4624e7c2
usb: gadget: introduce 'enabled' flag in struct usb_ep

This patch introduces 'enabled' flag in struct usb_ep, and modifies
usb_ep_enable() and usb_ep_disable() functions to encapsulate endpoint
enabled/disabled state. It helps to avoid enabling endpoints which are
already enabled, and disabling endpoints which are already disables.

From now USB functions don't have to remember current endpoint
enable/disable state, as this state is now handled automatically which
makes this API less bug-prone.

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
include/linux/usb/gadget.h