]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: mv_udc: set unused endpoint with right type
authorNeil Zhang <zhangwm@marvell.com>
Wed, 12 Oct 2011 08:49:32 +0000 (16:49 +0800)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:42:04 +0000 (20:42 +0300)
commit87a7212807732f8d18e2d6a3be8bdabcf4de2075
tree679141b19c5fc58165cf5496a77c18c273f09ccd
parentda50232033765b934fef3ef57a9b7a1595975662
usb: gadget: mv_udc: set unused endpoint with right type

According to the comment right above the code, we should use
USB_ENDPOINT_XFER_BULK instead.

Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_udc_core.c