]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: pass cache-aligned buffer to usb_get_descriptor()
authorIlya Yanok <ilya.yanok@cogentembedded.com>
Sun, 15 Jul 2012 04:43:50 +0000 (04:43 +0000)
committerMarek Vasut <marex@denx.de>
Wed, 18 Jul 2012 12:43:42 +0000 (14:43 +0200)
commit80ab414afdc9543686d8258dd7b933a410df3c4e
tree8118f0f5f6563c28f82617333e5ed2c6b9bb3c5f
parent189a6956ebbd7820afe5fa45a64ca495e6cefd9c
usb: pass cache-aligned buffer to usb_get_descriptor()

usb_get_descriptor passes it's buffer argument directly to
usb_control_msg() so it has to be properly aligned/padded.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
common/usb.c