drm/amd/display: Fix power_helpers.c codestyle
Place define macro expression inside () in power_helpers.c file Signed-off-by: Marcelo Mendes Spessoto Junior <marcelomspessoto@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
0783f17e76
commit
1ac725b300
@@ -31,7 +31,7 @@
|
||||
|
||||
#define DIV_ROUNDUP(a, b) (((a)+((b)/2))/(b))
|
||||
#define bswap16_based_on_endian(big_endian, value) \
|
||||
(big_endian) ? cpu_to_be16(value) : cpu_to_le16(value)
|
||||
((big_endian) ? cpu_to_be16(value) : cpu_to_le16(value))
|
||||
|
||||
/* Possible Min Reduction config from least aggressive to most aggressive
|
||||
* 0 1 2 3 4 5 6 7 8 9 10 11 12
|
||||
|
||||
Reference in New Issue
Block a user