aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@vmware.com>2011-02-08 16:29:34 -0800
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2011-02-20 07:07:07 -0800
commitc50a00f8feba42c5bccff47e052e4cb0c95dcd2b (patch)
treefa425c6792ac53866fb97f13851de726c091efef /kernel
parentUSB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself (diff)
downloadlinux-dev-c50a00f8feba42c5bccff47e052e4cb0c95dcd2b.tar.xz
linux-dev-c50a00f8feba42c5bccff47e052e4cb0c95dcd2b.zip
USB: xhci: fix couple sparse annotations
There is no point in casting to (void *) when setting up xhci->ir_set as it only makes us lose __iomem annotation and makes sparse unhappy. OTOH we do need to cast to (void *) when calculating xhci->dba from offset, but since it is IO memory we need to annotate it as such. Signed-off-by: Dmitry Torokhov <dtor@vmware.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions