Skip to content

Commit

Permalink
drm/amdgpu/vcn: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
report by coccicheck:
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c:1951:2-3: Unneeded semicolon

Fixes: c543dcb ("drm/amdgpu/vcn: Add VCN ras error query support")

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Haowen Bai authored and Alex Deucher committed Apr 5, 2022
1 parent 7da7b02 commit 7e97de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ static uint32_t vcn_v2_6_query_poison_by_instance(struct amdgpu_device *adev,
break;
default:
break;
};
}

if (poison_stat)
dev_info(adev->dev, "Poison detected in VCN%d, sub_block%d\n",
Expand Down

0 comments on commit 7e97de3

Please sign in to comment.