usb: gadget: udc-core: fix bug on soft_connect interface
authorFelipe Balbi <balbi@ti.com>
Thu, 8 Sep 2011 11:12:18 +0000 (14:12 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Sep 2011 22:36:07 +0000 (15:36 -0700)
commit865569ba5a8b0cc840e2b9c16ca6b42d6d5306b4
treeb9f125ca3c3c6f3db2b131d65f58d026d5095b77
parent598f0b703506da841d3459dc0c48506be14d1778
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>
drivers/usb/gadget/udc-core.c