git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598f0b7
)
usb: gadget: udc-core: fix bug on soft_connect interface
author
Felipe Balbi
<balbi@ti.com>
Thu, 8 Sep 2011 11:12:18 +0000
(14:12 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 26 Sep 2011 22:36:07 +0000
(15:36 -0700)
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>
No differences found