From: Dmitry Torokhov Date: Wed, 9 Feb 2011 00:29:33 +0000 (-0800) Subject: USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself X-Git-Tag: v2.6.38-rc7~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ece30e06b19994e6f3d260e5c4be18dce22714;p=pandora-kernel.git USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself xhci->ir_set points to __iomem region, but xhci_print_ir_set accepts plain struct xhci_intr_reg * causing multiple sparse warning at call sites and inside the fucntion when we try to read that memory. Instead of adding __iomem qualifier to the argument let's rework the function so it itself gets needed register set from xhci and prints it. Signed-off-by: Dmitry Torokhov Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed