commit | f8744d40ca12d54f35c56831040683d52e765bf8 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Jun 23 14:26:13 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jul 01 14:31:13 2011 -0700 |
tree | 2a6d36725dc3a051b2ac6ed45dd340f9864f9705 | |
parent | 0fb5759952e934dd5ff25fd79f45cb5d69c8d2d1 [diff] |
usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw() This value is now assigned during bind(). The configuration depends on static values assigned by dummy driver itself. So there is no need to defer this assigment until one know the actuall speed since the configuration is static and known early. 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>