Skip to content

Commit

Permalink
ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mike Frysinger authored and Mark Brown committed Sep 17, 2009
1 parent 79dfc96 commit d75150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/blackfin/bf5xx-sport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d75150d

Please sign in to comment.