]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit2e5464da4e7dc55e1751d2beb3e6e78f35020756
tree9c986cb519d8fadc3f3fd3f2e7eeca8af84f804a
parentb2fb5b1a0f50d3ebc12342c8d8dead245e9c9d4e
usb: dwc3: ep0: use _roundup_ to calculate the transfer size

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