]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/usb/dwc2/gadget.c
usb: gadget: s3c-hsotg: fix "halted" property updating
authorRobert Baldyga <r.baldyga@samsung.com>
Thu, 19 Sep 2013 09:50:21 +0000 (11:50 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 15 Oct 2013 13:44:52 +0000 (08:44 -0500)
commita18ed7b036454794dc2d18b92e531c76953d556f
treee1f8878972db4b13908a1c378e6408918792b901
parent7e8046505c9fda30c3c2a64f1cc84390e2458c54
usb: gadget: s3c-hsotg: fix "halted" property updating

Property "halted" of s3c_hsotg_ep structure is actually initialised when ep
enabled, and changed when halt is set/cleared.

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c-hsotg.c