usb: dwc3: ep0: use _roundup_ to calculate the transfer size
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 27 Jul 2015 06:55:28 +0000 (12:25 +0530)
committerFelipe Balbi <balbi@ti.com>
Thu, 30 Jul 2015 16:43:34 +0000 (11:43 -0500)
No functional change. Used _roundup_ macro to calculate the transfer
size aligned to maxpacket in  dwc3_ep0_complete_data. It also makes it
similar to how transfer size is calculated in __dwc3_ep0_do_control_data.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/ep0.c

Simple merge