Dear Marek Vasut, In message <[email protected]> you wrote: > usb_storage.c: In function ‘us_one_transfer’: > usb_storage.c:377:7: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 2 has type ‘long unsigned int’ [-Wformat] > usb_storage.c:389:6: warning: format ‘%d’ expects argument of type ‘int’, but > argument 2 has type ‘long unsigned int’ [-Wformat] > usb_storage.c:394:6: warning: format ‘%d’ expects argument of type ‘int’, but > argument 2 has type ‘long unsigned int’ [-Wformat] > usb_storage.c: In function ‘usb_stor_BBB_reset’: > usb_storage.c:442:2: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c:448:2: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c:454:2: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c: In function ‘usb_stor_CB_reset’: > usb_storage.c:482:2: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c: In function ‘usb_stor_CB_comdat’: > usb_storage.c:572:3: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c:584:4: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c: In function ‘usb_stor_BBB_transport’: > usb_storage.c:782:3: warning: format ‘%d’ expects argument of type ‘int’, but > argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c: In function ‘usb_stor_CB_transport’: > usb_storage.c:807:2: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 3 has type ‘long unsigned int’ [-Wformat] > usb_storage.c:830:3: warning: format ‘%X’ expects argument of type ‘unsigned > int’, but argument 2 has type ‘long unsigned int’ [-Wformat] > usb_storage.c:857:3: warning: format ‘%d’ expects argument of type ‘int’, but > argument 2 has type ‘long unsigned int’ [-Wformat] > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Wolfgang Denk <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Mike Frysinger <[email protected]> > Cc: Remy Bohmer <[email protected]> > --- > common/usb_storage.c | 26 +++++++++++++------------- > 1 files changed, 13 insertions(+), 13 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Command, n.: Statement presented by a human and accepted by a computer in such a manner as to make the human feel as if he is in control. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

