ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long
authorMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 00:25:09 +0000 (20:25 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 17 Sep 2009 09:51:35 +0000 (10:51 +0100)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/blackfin/bf5xx-sport.c

index 469ce7f..99051ff 100644 (file)
@@ -326,7 +326,7 @@ static inline int sport_hook_tx_dummy(struct sport_device *sport)
 
 int sport_tx_start(struct sport_device *sport)
 {
-       unsigned flags;
+       unsigned long flags;
        pr_debug("%s: tx_run:%d, rx_run:%d\n", __func__,
                        sport->tx_run, sport->rx_run);
        if (sport->tx_run)