]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/powerplay: Place the constant on the right side of the test
authorGeorgiana Chelu <georgiana.chelu93@gmail.com>
Tue, 17 Oct 2017 20:22:09 +0000 (23:22 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Oct 2017 19:27:23 +0000 (15:27 -0400)
commit96687ec0bb478088cb6941a7dca3bb6808a19313
treecaccef7e58e6fb06e26ffd13e515dca33ee7d03d
parentc1537c342086ff7cf064d274db0c03f6698f77d8
drm/amd/powerplay: Place the constant on the right side of the test

Move the constant on the right side of the comparison in order to
make the code easier to read.

Issue found by checkpatch script:
* WARNING: Comparisons should place the constant on the right side of
the test

Signed-off-by: Georgiana Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c