[U-Boot] [U-Boot, v3, 8/9] usb: rockchip: fix printing csw debug info
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Fri Jul 20 17:05:41 UTC 2018
On Thu, 12 Jul 2018, Alberto Panizzo wrote:
> Workstation tool was happy while console on device were printing
> random numbers..
Please provide a more meaningful commit message.
>
> Signed-off-by: Alberto Panizzo <alberto at amarulasolutions.com>
> ---
> drivers/usb/gadget/f_rockusb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/gadget/f_rockusb.c b/drivers/usb/gadget/f_rockusb.c
> index 0959b8c..574d610 100644
> --- a/drivers/usb/gadget/f_rockusb.c
> +++ b/drivers/usb/gadget/f_rockusb.c
> @@ -384,7 +384,7 @@ static int rockusb_tx_write_csw(u32 tag, int residue, u8 status, int size)
> csw->residue = cpu_to_be32(residue);
> csw->status = status;
> #ifdef DEBUG
> - printcsw((char *)&csw);
> + printcsw((char *)csw);
> #endif
> return rockusb_tx_write((char *)csw, size);
> }
>
More information about the U-Boot
mailing list