We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0783f17 commit 1ac725bCopy full SHA for 1ac725b
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
@@ -31,7 +31,7 @@
31
32
#define DIV_ROUNDUP(a, b) (((a)+((b)/2))/(b))
33
#define bswap16_based_on_endian(big_endian, value) \
34
- (big_endian) ? cpu_to_be16(value) : cpu_to_le16(value)
+ ((big_endian) ? cpu_to_be16(value) : cpu_to_le16(value))
35
36
/* Possible Min Reduction config from least aggressive to most aggressive
37
* 0 1 2 3 4 5 6 7 8 9 10 11 12
0 commit comments