From: Alan Stern Date: Fri, 18 Oct 2013 15:13:08 +0000 (-0400) Subject: USB: EHCI: fix type mismatch in check_intr_schedule X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8f681f3d14880d5b509eb32a910ba90ef28c36;p=pandora-kernel.git USB: EHCI: fix type mismatch in check_intr_schedule This patch fixes a type mismatch in ehci-hcd caused by commit b35c5009bbf6 (USB: EHCI: create per-TT bandwidth tables). The c_maskp parameter in check_intr_schedule() was changed to point to unsigned int rather than __hc32, but the prototype declaration wasn't adjusted accordingly. Signed-off-by: Alan Stern Reported-by: kbuild test robot Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed