lkml.org 
[lkml]   [2020]   [Mar]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 069/123] drm/amd/display: remove duplicated assignment to grph_obj_type
    Date
    From: Colin Ian King <colin.king@canonical.com>

    commit d785476c608c621b345dd9396e8b21e90375cb0e upstream.

    Variable grph_obj_type is being assigned twice, one of these is
    redundant so remove it.

    Addresses-Coverity: ("Evaluation order violation")
    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Cc: <nobuhiro1.iwamatsu@toshiba.co.jp>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
    +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
    @@ -365,8 +365,7 @@ bool amdgpu_atombios_get_connector_info_
    router.ddc_valid = false;
    router.cd_valid = false;
    for (j = 0; j < ((le16_to_cpu(path->usSize) - 8) / 2); j++) {
    - uint8_t grph_obj_type=
    - grph_obj_type =
    + uint8_t grph_obj_type =
    (le16_to_cpu(path->usGraphicObjIds[j]) &
    OBJECT_TYPE_MASK) >> OBJECT_TYPE_SHIFT;


    \
     
     \ /
      Last update: 2020-03-17 12:20    [W:4.026 / U:0.200 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site