commit | f4618fe9c26d749613d53ee9d661b6baf9af3b12 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Nov 26 15:10:29 2019 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Nov 26 14:51:04 2019 -0500 |
tree | c10a84ccf0053319752a87de321eb236e127cf7f | |
parent | 5149f08275de88ed6aade660e6ec5620962fa7a6 [diff] |
drm/amdgpu: Fix a bug in jpeg_v1_0_start() Originally the last WREG32_SOC15() was a part of the if statement block but the curly braces are on the wrong line. Fixes: bb0db70f3f75 ("drm/amdgpu: separate JPEG1.0 code out from VCN1.0") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>