提交 5d8f681f 编写于 作者: A Alan Stern 提交者: Greg Kroah-Hartman

USB: EHCI: fix type mismatch in check_intr_schedule

This patch fixes a type mismatch in ehci-hcd caused by commit
b35c5009 (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: NAlan Stern <stern@rowland.harvard.edu>
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 9afcdb10
......@@ -794,7 +794,7 @@ static int check_intr_schedule (
unsigned frame,
unsigned uframe,
struct ehci_qh *qh,
__hc32 *c_maskp,
unsigned *c_maskp,
struct ehci_tt *tt
)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册