diff options
| author | Chen Li <[email protected]> | 2021-04-27 07:17:45 +0000 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2021-05-14 12:10:37 +0000 |
| commit | 7c2fc79250cafa1a29befeb60163028ec4720814 (patch) | |
| tree | 7043b7f4eeb15c2da1a542b481822a6871d2f33f /tools/perf/scripts/python/intel-pt-events.py | |
| parent | Linux 5.13-rc1 (diff) | |
| download | kernel-7c2fc79250cafa1a29befeb60163028ec4720814.tar.gz kernel-7c2fc79250cafa1a29befeb60163028ec4720814.zip | |
phy: usb: Fix misuse of IS_ENABLED
While IS_ENABLED() is perfectly fine for CONFIG_* symbols, it is not
for other symbols such as __BIG_ENDIAN that is provided directly by
the compiler.
Switch to use CONFIG_CPU_BIG_ENDIAN instead of __BIG_ENDIAN.
Signed-off-by: Chen Li <[email protected]>
Reviewed-by: Al Cooper <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Fixes: 94583a41047e ("phy: usb: Restructure in preparation for adding 7216 USB support")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions
