Home
last modified time | relevance | path

Searched hist:bed515b0dfdcf8f440c7e6c5bad8ce3eb96fb625 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/ca0106/
H A Dca0106_mixer.cdiff bed515b0dfdcf8f440c7e6c5bad8ce3eb96fb625 Thu Feb 28 05:02:56 CST 2008 Harvey Harrison <harvey.harrison@gmail.com> [ALSA] sound: ca0106_mixer.c fix shadowed variable warnings

Change the variable err to _err within the ADD_CTLS macro to avoid
shadowing the local variable.

sound/pci/ca0106/ca0106_mixer.c:710:2: warning: symbol 'err' shadows an earlier one
sound/pci/ca0106/ca0106_mixer.c:663:6: originally declared here
sound/pci/ca0106/ca0106_mixer.c:712:3: warning: symbol 'err' shadows an earlier one
sound/pci/ca0106/ca0106_mixer.c:663:6: originally declared here
sound/pci/ca0106/ca0106_mixer.c:721:3: warning: symbol 'err' shadows an earlier one
sound/pci/ca0106/ca0106_mixer.c:663:6: originally declared here

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>