Commit d75150d7 authored by Mike Frysinger's avatar Mike Frysinger Committed by Mark Brown

ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 79dfc968
...@@ -326,7 +326,7 @@ static inline int sport_hook_tx_dummy(struct sport_device *sport) ...@@ -326,7 +326,7 @@ static inline int sport_hook_tx_dummy(struct sport_device *sport)
int sport_tx_start(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__, pr_debug("%s: tx_run:%d, rx_run:%d\n", __func__,
sport->tx_run, sport->rx_run); sport->tx_run, sport->rx_run);
if (sport->tx_run) if (sport->tx_run)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment