summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-17 00:25:09 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-09-17 09:51:35 (GMT)
commitd75150d7c49db42021b8f966d2cbdc215a530208 (patch)
tree8816c5f01cb766980999fd384cc592801cd51869 /sound
parent79dfc9687661c13ef95eb4c2226f3db4ccab52c9 (diff)
downloadlinux-fsl-qoriq-d75150d7c49db42021b8f966d2cbdc215a530208.tar.xz
ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/blackfin/bf5xx-sport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-sport.c b/sound/soc/blackfin/bf5xx-sport.c
index 469ce7f..99051ff 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)