commit | 96687ec0bb478088cb6941a7dca3bb6808a19313 | [log] [tgz] |
---|---|---|
author | Georgiana Chelu <georgiana.chelu93@gmail.com> | Tue Oct 17 23:22:09 2017 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 19 15:27:23 2017 -0400 |
tree | caccef7e58e6fb06e26ffd13e515dca33ee7d03d | |
parent | c1537c342086ff7cf064d274db0c03f6698f77d8 [diff] |
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>