mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 21:18:55 -04:00
usb: Fix compile warning of r8a66597-hcd
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Markus Klotzbuecher <mk@denx.de>
This commit is contained in:
parent
c9e8436b10
commit
e58c41e26c
@ -794,7 +794,7 @@ static int r8a66597_submit_rh_msg(struct usb_device *dev, unsigned long pipe,
|
|||||||
case RH_SET_CONFIGURATION:
|
case RH_SET_CONFIGURATION:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
dbg("unsupported root hub command");
|
R8A66597_DPRINT("unsupported root hub command");
|
||||||
stat = USB_ST_STALLED;
|
stat = USB_ST_STALLED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user