]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: define DWC3_EP0_BOUNCE_SIZE
authorFelipe Balbi <balbi@ti.com>
Fri, 4 May 2012 09:58:14 +0000 (12:58 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 4 May 2012 09:58:14 +0000 (12:58 +0300)
commit4eec52594143380bb9b11908785fc39183eb45c5
tree83664ecb128f24e2c8cad82797eaa0f7ee7f311e
parent4b2b836d260a88cbeb59713e6e0893b26c294a5d
usb: dwc3: define DWC3_EP0_BOUNCE_SIZE

to avoid sprinkling magic constants on the driver
we define a constant to be used when allocating
setup_buffer and ep0_bounce buffer.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c