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)
commit615268b05f6c719f5151c351022aa79ab73a0898
tree679141b19c5fc58165cf5496a77c18c273f09ccd
parent27cec2b2f7a4d2394af63a3dc7928975f4c072f4
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