Re: [PATCH] ehci: fix build error of print format specifier

2017-08-07 Thread Vladimir 'phcoder' Serbinenko
Fixed in 284afab081ef7ed7db2c59151853aa3c92d988f2 Le Tue, Jun 13, 2017 à 8:52 AM, Michael Chang a écrit : > It is introduced by commit e058df7b5a9cc7aaa9872eaa916b715544a8f9840, use > PRIxGRUB_ADDR as format specfier to fix the portability problem. > --- >

[PATCH] ehci: fix build error of print format specifier

2017-06-13 Thread Michael Chang
It is introduced by commit e058df7b5a9cc7aaa9872eaa916b715544a8f9840, use PRIxGRUB_ADDR as format specfier to fix the portability problem. --- grub-core/bus/usb/ehci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/bus/usb/ehci.c b/grub-core/bus/usb/ehci.c index