commit | 2542787430fc46b4e07e0da4c6ec80ed230032e5 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Jun 16 20:36:55 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jul 01 14:31:06 2011 -0700 |
tree | bc989828f8b5f69d5fc8aa4506fc50d8c3daa773 | |
parent | e9c23a255a33cf423336b7cba39b2b6dcc83a6bc [diff] |
usb: gadget: dummy_hcd: use dummy_pullup() instead of open coding The removed code does the same thing as dummy_pullup(). The only difference is that in dummy_udc_stop() the first dummy_pullup() did not call usb_hcd_poll_rh_status(). Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>