From: Felipe Balbi Date: Thu, 8 Sep 2011 11:12:18 +0000 (+0300) Subject: usb: gadget: udc-core: fix bug on soft_connect interface X-Git-Tag: v3.2-rc1~183^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865569ba5a8b0cc840e2b9c16ca6b42d6d5306b4;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed