summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab8500-debugfs.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-12-26 00:41:13 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2020-12-26 00:41:13 +0100
commit61d791365b72a89062fbbea69aa61479476da946 (patch)
tree1a0ddc065828cc2d1de6abd3396bb44e41b25b50 /drivers/mfd/ab8500-debugfs.c
parentMerge tag 'perf-tools-2020-12-24' of git://git.kernel.org/pub/scm/linux/kerne... (diff)
downloadlinux-61d791365b72a89062fbbea69aa61479476da946.tar.xz
linux-61d791365b72a89062fbbea69aa61479476da946.zip
drm/amd/display: avoid uninitialized variable warning
clang (quite rightly) complains fairly loudly about the newly added mpc1_get_mpc_out_mux() function returning an uninitialized value if the 'opp_id' checks don't pass. This may not happen in practice, but the code really shouldn't return garbage if the sanity checks don't pass. So just initialize 'val' to zero to avoid the issue. Fixes: 110b055b2827 ("drm/amd/display: add getter routine to retrieve mpcc mux") Cc: Josip Pavic <Josip.Pavic@amd.com> Cc: Bindu Ramamurthy <bindu.r@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions