drm/radeon: Clean up errors in radeon_asic.c
Fix the following errors reported by checkpatch: ERROR: spaces required around that '||' (ctx:VxE) Signed-off-by: GuoHua Chen <chenguohua_716@163.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
25157b1bc1
commit
22dfe0aedb
@ -2400,10 +2400,10 @@ int radeon_asic_init(struct radeon_device *rdev)
|
||||
case CHIP_RS880:
|
||||
rdev->asic = &rs780_asic;
|
||||
/* 760G/780V/880V don't have UVD */
|
||||
if ((rdev->pdev->device == 0x9616)||
|
||||
(rdev->pdev->device == 0x9611)||
|
||||
(rdev->pdev->device == 0x9613)||
|
||||
(rdev->pdev->device == 0x9711)||
|
||||
if ((rdev->pdev->device == 0x9616) ||
|
||||
(rdev->pdev->device == 0x9611) ||
|
||||
(rdev->pdev->device == 0x9613) ||
|
||||
(rdev->pdev->device == 0x9711) ||
|
||||
(rdev->pdev->device == 0x9713))
|
||||
rdev->has_uvd = false;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user