Sarah Sharp e910b440da 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>
2012-01-04 17:06:00 -08:00
..
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-08-29 08:56:17 -07:00
2011-07-08 14:51:29 -07:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-12-08 09:38:53 -08:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-11-26 19:46:48 -08:00
2011-10-18 13:51:34 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-11-14 16:46:06 -08:00
2011-09-18 01:39:36 -07:00
2011-03-31 11:26:23 -03:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-11-18 10:51:00 -08:00
2011-09-18 01:39:36 -07:00
2011-11-18 10:51:00 -08:00
2011-11-18 10:51:00 -08:00
2011-11-26 19:46:48 -08:00
2011-11-18 10:51:00 -08:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-11-18 10:51:00 -08:00
2011-11-26 19:46:48 -08:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-11-18 10:51:00 -08:00
2011-11-18 10:51:00 -08:00
2011-09-18 01:39:36 -07:00
2011-11-18 10:51:00 -08:00
2011-11-18 10:51:00 -08:00
2011-11-18 10:51:00 -08:00
2011-09-18 01:39:36 -07:00
2011-11-18 10:51:00 -08:00
2011-11-26 19:46:48 -08:00
2011-09-18 01:39:36 -07:00
2011-09-18 01:39:36 -07:00
2011-04-13 16:36:06 -07:00
2012-01-04 15:50:28 -08:00
2012-01-04 15:50:28 -08:00