]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: dwc3: add newlines to dev_vdbg calls in ep0
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 18 Jun 2024 15:03:43 +0000 (17:03 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 19 Jun 2024 04:15:37 +0000 (06:15 +0200)
commit0db3941a24bf0b6fc54438e7b9cc66b18f08115b
tree1b130b5676d90211663eaa281339bd57637f52a1
parent4477e425d5e11cd279410c76fb189f8d9e2f4704
usb: dwc3: add newlines to dev_vdbg calls in ep0

For some reason none of these debug prints have newlines, resulting in a
"fun" surprise when attempting to debug this driver.

The other parts of the dwc3 driver have newlines, add them here too (and
fix some minor nearby indent issues to make checkpatch happy).

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/dwc3/ep0.c