USB: EHCI: fix sparse errors
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 18 Oct 2013 15:15:14 +0000 (11:15 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:08:04 +0000 (14:08 -0700)
commit4a71f242e51767e75c7ecdba890debab2c0dceaf
tree6ed10a483804ebef36d42de0001d3e7cd2196aea
parent5d8f681f3d14880d5b509eb32a910ba90ef28c36
USB: EHCI: fix sparse errors

This patch fixes several sparse errors in ehci-hcd introduced by
commit 3d091a6f7039 (USB: EHCI: AMD periodic frame list table quirk).
Although the problem fixed by that commit affects only little-endian
systems, the source code has to use types appropriate for big-endian
too.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-mem.c
drivers/usb/host/ehci-sched.c