projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79dfc96
)
ASoC: bf5xx-sport: the irq save/restore funcs take an unsigned long
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 17 Sep 2009 00:25:09 +0000
(20:25 -0400)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 17 Sep 2009 09:51:35 +0000
(10:51 +0100)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/blackfin/bf5xx-sport.c
patch
|
blob
|
history
diff --git
a/sound/soc/blackfin/bf5xx-sport.c
b/sound/soc/blackfin/bf5xx-sport.c
index
469ce7f
..
99051ff
100644
(file)
--- 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)