]> Pileus Git - ~andy/linux/commit
usb: gadget: s3c-hsudc: use udc_start and udc_stop functions
authorHeiko Stübner <heiko@sntech.de>
Mon, 19 Dec 2011 18:41:45 +0000 (19:41 +0100)
committerFelipe Balbi <balbi@ti.com>
Wed, 21 Dec 2011 11:24:39 +0000 (13:24 +0200)
commitd93e2600d80fc41ccf339b4a2843a3007d479907
treef4cdbbb75e2424f3ab8b57965f9df03fb9f44167
parent103495aaf0e7674f6d7995982b48118188c247eb
usb: gadget: s3c-hsudc: use udc_start and udc_stop functions

udc_start and udc_stop reduce code duplication in comparison to
start and stop generalising calls done by all drivers
(i.e. bind and unbind) and moving these calls to common code.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c-hsudc.c