Home
last modified time | relevance | path

Searched hist:"84 d7f9168b14a5a822cf0511a8ab1f7788a4d38b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dpci.c84d7f9168b14a5a822cf0511a8ab1f7788a4d38b Sat May 27 13:38:12 UTC 2017 Simon Glass <sjg@chromium.org> pci: Correct cast for sandbox

This gives a warning with some native compilers:

cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
‘long long unsigned int’, but argument 3 has type
‘u64 {aka long unsigned int}’ [-Wformat=]

Fix it with a cast.

Signed-off-by: Simon Glass <sjg@chromium.org>