From: Sebastian Andrzej Siewior Date: Thu, 16 Jun 2011 18:36:55 +0000 (+0200) Subject: usb: gadget: dummy_hcd: use dummy_pullup() instead of open coding X-Git-Tag: v3.1-rc1~234^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2542787430fc46b4e07e0da4c6ec80ed230032e5;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed