]> git.karo-electronics.de Git - linux-beck.git/commit
usb: gadget: fix few outdated comments
authorRobert Baldyga <r.baldyga@samsung.com>
Wed, 16 Sep 2015 10:10:39 +0000 (12:10 +0200)
committerFelipe Balbi <balbi@ti.com>
Sun, 27 Sep 2015 15:54:31 +0000 (10:54 -0500)
commitf871cb9b2e178667a351a6fae9d930826ec10e95
treeae63ed0f9892cc58112cb011b0ec9892ea03b8d0
parent04c4d8d4d556256ca8131dd780427e2fbfbd0270
usb: gadget: fix few outdated comments

Fix comments in code to make them up to date.

composite: claiming endpoint is now done by setting ep->claimed flag,
not ep->driver_data.

epautoconf: usb_ep_autoconfig() and usb_ep_autoconfig_ss() return
claimed endpoint with ep->claimed flag already set.

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/composite.c
drivers/usb/gadget/epautoconf.c