mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-21 07:09:01 +00:00
* grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Downgrade a printf
into dprintf.
This commit is contained in:
parent
bf947d36e3
commit
e775d8edfe
@ -1,3 +1,8 @@
|
||||
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Downgrade a printf
|
||||
into dprintf.
|
||||
|
||||
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Use full 64-bit division.
|
||||
|
@ -352,8 +352,8 @@ poll_nonroot_hub (grub_usb_device_t dev)
|
||||
GRUB_USB_REQ_GET_STATUS,
|
||||
0, i, sizeof (status), (char *) &status);
|
||||
|
||||
grub_printf ("dev = %p, i = %d, status = %08x\n",
|
||||
dev, i, status);
|
||||
grub_dprintf ("usb", "dev = %p, i = %d, status = %08x\n",
|
||||
dev, i, status);
|
||||
|
||||
if (err)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user