commit | 4a71f242e51767e75c7ecdba890debab2c0dceaf | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Oct 18 11:15:14 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 19 14:08:04 2013 -0700 |
tree | 6ed10a483804ebef36d42de0001d3e7cd2196aea | |
parent | 5d8f681f3d14880d5b509eb32a910ba90ef28c36 [diff] |
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>