]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
scsi: Use correct printf() format string for uintptr_t
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 10:38:37 +0000 (04:38 -0600)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 15:04:01 +0000 (11:04 -0400)
commitf36094733a045844b3e15236c209436a75b1d890
tree6555a89ae132f3fafaf0fdd0610ab1022e8a394e
parent6bcb8ade301af7aace7fc8870d8de497b8070798
scsi: Use correct printf() format string for uintptr_t

Use the inttypes header file to provide this.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_scsi.c