summaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-10-07 20:56:29 +0200
committerLuis Henriques <luis.henriques@canonical.com>2015-01-16 14:34:39 +0000
commit5f580c4698a8fa871cba667a662a90bfc1487a36 (patch)
tree40915b12877a8eb289f41d3bbb9f5ccfcc2d1830 /drivers/hid
parenta0304e47316718ba35ab4a4bc726f63487622719 (diff)
downloadlinux-stable-5f580c4698a8fa871cba667a662a90bfc1487a36.tar.gz
linux-stable-5f580c4698a8fa871cba667a662a90bfc1487a36.tar.bz2
linux-stable-5f580c4698a8fa871cba667a662a90bfc1487a36.zip
ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object
commit 077661b6ed24e530dabc9db3ab3ae48fbaf19679 upstream. The of_node_put() call in eukrea_tlv320_probe() may take an uninitialized pointer, as compiler spotted out: sound/soc/fsl/eukrea-tlv320.c:221:14: warning: 'ssi_np' may be used uninitialized in this function [-Wuninitialized] This patch adds the proper NULL initializations as a fix. (codec_np is also NULL initialized just for consistency.) Fixes: 66f232908de2 ('ASoC: eukrea-tlv320: Add DT support') Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Diffstat (limited to 'drivers/hid')
0 files changed, 0 insertions, 0 deletions