projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9b806
)
ALSA: fix a typo during snd_assert() removal
author
Takashi Iwai
<tiwai@suse.de>
Thu, 14 Aug 2008 05:51:57 +0000
(07:51 +0200)
committer
Jaroslav Kysela
<perex@perex.cz>
Fri, 15 Aug 2008 09:48:04 +0000
(11:48 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/core/timer.c
patch
|
blob
|
history
diff --git
a/sound/core/timer.c
b/sound/core/timer.c
index
b8ee49c
..
e582fac
100644
(file)
--- a/
sound/core/timer.c
+++ b/
sound/core/timer.c
@@
-306,7
+306,7
@@
int snd_timer_close(struct snd_timer_instance *timeri)
struct snd_timer *timer = NULL;
struct snd_timer_instance *slave, *tmp;
- if (snd_BUG_ON(!timer))
+ if (snd_BUG_ON(!timer
i
))
return -ENXIO;
/* force to stop the timer */