commit | 801c2bf3d7e6d01ca18bcc6384c23977fd84c605 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 27 07:38:12 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 02 10:16:46 2017 -0600 |
tree | 60e523fb72587b4d55fc920ff215a5c89c265dd8 | |
parent | a13d902c8d65f806b417a9caca7035b91250e945 [diff] |
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>