usb: gadget: dummy: implement ->udc_set_speed()
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 7 Jun 2017 10:52:54 +0000 (13:52 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 13 Jun 2017 10:21:04 +0000 (13:21 +0300)
commit06644aafb042a20802504d3447bfb0b64985e15d
tree9fab6ea098488f2402864e10af2a06731a4f4c69
parent7d8d0639565ff22d5fad419c2f2887213d7c2915
usb: gadget: dummy: implement ->udc_set_speed()

Move the code which was part of pullup() to the newly introduced
method.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/dummy_hcd.c