aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2016-11-14 17:46:08 +0000
committerLinus Torvalds <[email protected]>2016-11-14 17:46:08 +0000
commitee2bd216e1fa9fa980e6ac702e5973d157c40c48 (patch)
treee125c1155d5c602a816856f38a6a9b6665714be3 /net/unix/af_unix.c
parentRevert "printk: make reading the kernel log flush pending lines" (diff)
downloadkernel-ee2bd216e1fa9fa980e6ac702e5973d157c40c48.tar.gz
kernel-ee2bd216e1fa9fa980e6ac702e5973d157c40c48.zip
ASoC: lpass-platform: fix uninitialized variable
In commit 022d00ee0b55 ("ASoC: lpass-platform: Fix broken pcm data usage") the stream specific information initialization was broken, with the dma channel information not being initialized if there was no alloc_dma_channel() helper function. Before that, the DMA channel number was implicitly initialized to zero because the backing store was allocated with devm_kzalloc(). When the init code was rewritten, that implicit initialization was lost, and gcc rightfully complains about an uninitialized variable being used. Cc: Srinivas Kandagatla <[email protected]> Cc: Mark Brown <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions