Title: [8735] trunk/drivers/usb/host/isp1362.h: USB: isp1362: fix inw warning on Blackfin systems
- Revision
- 8735
- Author
- vapier
- Date
- 2010-05-21 03:16:00 -0400 (Fri, 21 May 2010)
Log Message
USB: isp1362: fix inw warning on Blackfin systems
Modified Paths
Diff
Modified: trunk/drivers/usb/host/isp1362.h (8734 => 8735)
--- trunk/drivers/usb/host/isp1362.h 2010-05-21 07:09:07 UTC (rev 8734)
+++ trunk/drivers/usb/host/isp1362.h 2010-05-21 07:16:00 UTC (rev 8735)
@@ -65,7 +65,7 @@
unsigned short *bp = (unsigned short *)buf;
while (len--) {
DUMMY_DELAY_ACCESS;
- *bp++ = inw((void *)addr);
+ *bp++ = inw(addr);
}
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits