Title: [6922] trunk/sound/blackfin/bf53x_sport.c: bf53x_sport: irq funcs take unsigned long
Revision
6922
Author
vapier
Date
2009-07-04 23:56:08 -0500 (Sat, 04 Jul 2009)

Log Message

bf53x_sport: irq funcs take unsigned long

Modified Paths


Diff

Modified: trunk/sound/blackfin/bf53x_sport.c (6921 => 6922)


--- trunk/sound/blackfin/bf53x_sport.c	2009-07-03 14:36:48 UTC (rev 6921)
+++ trunk/sound/blackfin/bf53x_sport.c	2009-07-05 04:56:08 UTC (rev 6922)
@@ -363,7 +363,7 @@
 
 int bf53x_sport_tx_start(struct bf53x_sport *sport)
 {
-	unsigned flags;
+	unsigned long flags;
 
 	sport_printd(KERN_INFO, "%s: tx_run:%d, rx_run:%d\n",
 			__FUNCTION__, sport->tx_run, sport->rx_run);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to