commit | 1d91a96268a0b2d7301c3ee67a784b712f34010f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Sep 08 14:11:17 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Nov 14 11:51:15 2011 -0800 |
tree | ff1145bcd024778d9497c650ebc4c60cf2683873 | |
parent | 47c6a04bf58163fe2a429617ae6b1a93ba363723 [diff] |
usb: gadget: udc-core: fix bug on soft_connect and srp interfaces We should not be using dev_get_drvdata() because we never call dev_set_drvdata(). Let's use container_of() as all other sysfs attributes. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>