projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eab12
)
[ALSA] ac97 - remove unused variable
author
Clemens Ladisch
<clemens@ladisch.de>
Mon, 11 Jul 2005 13:37:19 +0000
(15:37 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Thu, 28 Jul 2005 10:22:31 +0000
(12:22 +0200)
AC97 Codec
remove a variable made obsolete by the last change
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/pci/ac97/ac97_codec.c
patch
|
blob
|
history
diff --git
a/sound/pci/ac97/ac97_codec.c
b/sound/pci/ac97/ac97_codec.c
index 1f09653dc0f3b99124f6d2e7eacad0a6f38db64b..6983eea226da2fa227a8f3b0df205bb68ba6d861 100644
(file)
--- a/
sound/pci/ac97/ac97_codec.c
+++ b/
sound/pci/ac97/ac97_codec.c
@@
-2231,7
+2231,6
@@
void snd_ac97_restore_iec958(ac97_t *ac97)
*/
void snd_ac97_resume(ac97_t *ac97)
{
- int i;
unsigned long end_time;
if (ac97->bus->ops->reset) {