From: Mike Frysinger Date: Thu, 17 Sep 2009 00:25:09 +0000 (-0400) Subject: ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d75150d7c49db42021b8f966d2cbdc215a530208;p=deliverable%2Flinux.git ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long Signed-off-by: Mike Frysinger Signed-off-by: Mark Brown --- diff --git a/sound/soc/blackfin/bf5xx-sport.c b/sound/soc/blackfin/bf5xx-sport.c index 469ce7fab20c..99051ff0954e 100644 --- a/sound/soc/blackfin/bf5xx-sport.c +++ b/sound/soc/blackfin/bf5xx-sport.c @@ -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)