1
0
Files
linux/drivers/usb/host
Dmitry Torokhov c50a00f8fe 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>
2011-02-20 07:07:07 -08:00
..
2010-12-10 14:18:35 -08:00
2010-11-30 16:51:21 -08:00
2011-01-22 18:36:43 -08:00
2010-12-16 10:05:06 -08:00
2010-12-16 13:36:12 -08:00
2010-11-01 17:01:27 -04:00
2010-08-10 14:35:44 -07:00