Title: [8167] trunk/sound/soc/soc-cache.c: task[#5591]correct pointer cast
Revision
8167
Author
cliff
Date
2010-01-14 22:20:46 -0500 (Thu, 14 Jan 2010)

Log Message

task[#5591]correct pointer cast

Modified Paths

Diff

Modified: trunk/sound/soc/soc-cache.c (8166 => 8167)


--- trunk/sound/soc/soc-cache.c	2010-01-15 03:01:59 UTC (rev 8166)
+++ trunk/sound/soc/soc-cache.c	2010-01-15 03:20:46 UTC (rev 8167)
@@ -281,7 +281,7 @@
 	xfer[0].addr = client->addr;
 	xfer[0].flags = 0;
 	xfer[0].len = 2;
-	xfer[0].buf = ®
+	xfer[0].buf = (u8 *)®
 
 	/* Read data */
 	xfer[1].addr = client->addr;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to