• Linus Torvalds's avatar
    drm/amd/display: avoid uninitialized variable warning · 61d79136
    Linus Torvalds authored
    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: 110b055b ("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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    61d79136
dcn10_mpc.c 15.2 KB