commit | 865569ba5a8b0cc840e2b9c16ca6b42d6d5306b4 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Sep 08 14:12:18 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Sep 26 15:36:07 2011 -0700 |
tree | b9f125ca3c3c6f3db2b131d65f58d026d5095b77 | |
parent | 598f0b703506da841d3459dc0c48506be14d1778 [diff] |
usb: gadget: udc-core: fix bug on soft_connect interface 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>