aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
author이경택 <[email protected]>2020-03-30 16:35:59 +0900
committerMark Brown <[email protected]>2020-03-30 18:22:36 +0100
commit0ab070917afdc93670c2d0ea02ab6defb6246a7c (patch)
tree7bafd5e30739b1040fd51d8f25d419b9f2cb856f /tools/perf/util/scripting-engines/trace-event-python.c
parenta91ab6509cd382dae4b7953155f47f276ff0d22f (diff)
ASoC: fix regwmask
If regwshift is 32 and the selected architecture compiles '<<' operator for signed int literal into rotating shift, '1<<regwshift' became 1 and it makes regwmask to 0x0. The literal is set to unsigned long to get intended regwmask. Signed-off-by: Gyeongtaek Lee <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions