forked from Minki/linux
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>
This commit is contained in:
parent
79dfc96876
commit
d75150d7c4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user