commit | 90ae53ce1ae665a1b43ecf5ccafc339839392427 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Aug 22 08:20:02 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 22 08:20:02 2017 -0400 |
tree | 9299087e8ec94a362e70d74b39fe7119fe0f2abf | |
parent | ad8afeaee041429f30989348d287306cfa25f4e5 [diff] |
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long Otherwise: drivers/usb/gadget/f_fastboot.c:564:32: warning: format "%lx" expects argument of type "long unsigned int", but argument 3 has type "unsigned int" [-Wformat=] Signed-off-by: Tom Rini <trini@konsulko.com>