]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1e64c6e7b18f9459561578a572edac37d64e75b8
tree6ed10a483804ebef36d42de0001d3e7cd2196aea
parentc8b6a7a7fd51b8fddb5779f99b283710b25847e2
USB: EHCI: fix sparse errors

This patch fixes several sparse errors in ehci-hcd introduced by
commit 992970632081 (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