commit | 608b10bad3563e2349393136ce421d9f67329170 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Thu Feb 28 11:58:18 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 24 12:00:17 2008 +0200 |
tree | 4e30d05f1ac95083f6152154a26149118ba64f90 | |
parent | 44977b719f7425ddb1cb67d647a4f588a9718163 [diff] |
[ALSA] sound: ac97_pcm.c fix shadowed variable warning err is always assigned before it is used, no need to declare another inside the if statement. sound/pci/ac97/ac97_pcm.c:577:7: warning: symbol 'err' shadows an earlier one sound/pci/ac97/ac97_pcm.c:572:6: originally declared here Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>