commit | d785476c608c621b345dd9396e8b21e90375cb0e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Nov 08 14:45:27 2019 +0000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 13 15:29:44 2019 -0500 |
tree | 523e6b4ddb4dc1970fbfc355527f0dc8010a5e63 | |
parent | e98042db2cb8d0b728cd76e05b9c2e1c84b7f72b [diff] |
drm/amd/display: remove duplicated assignment to grph_obj_type 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>