Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 79dfc968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)