diff options
author | 2012-01-04 16:54:12 -0800 | |
---|---|---|
committer | 2012-01-04 17:06:00 -0800 | |
commit | e910b440da9f766f2623479be721032fecff98c3 (patch) | |
tree | a5eabe278dc261b3f7361424f58afaa1755237a5 /kernel | |
parent | xhci: Properly handle COMP_2ND_BW_ERR (diff) | |
download | wireguard-linux-e910b440da9f766f2623479be721032fecff98c3.tar.xz wireguard-linux-e910b440da9f766f2623479be721032fecff98c3.zip |
xhci: Clean up 32-bit build warnings.
Randy Dunlap points out that commit 9258c0b2 "xhci: Better debugging for
critical host errors." introduces some new build warnings on 32-bit
builds:
drivers/usb/host/xhci-ring.c:1936:3: warning: format '%016llx' expects type 'long long unsigned int', but argument 3 has type 'dma_addr_t'
drivers/usb/host/xhci-ring.c:1958:3: warning: format '%016llx' expects type 'long long unsigned int', but argument 3 has type 'dma_addr_t'
Cast the results of xhci_trb_virt_to_dma() from a dma_addr_t to an
unsigned long long.
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions