diff options
author | Lukas Wunner <[email protected]> | 2023-10-19 13:29:14 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-10-21 12:38:53 +0200 |
commit | 08cc5616798d8be5453be16737e1e6ec939b4997 (patch) | |
tree | e4fafaad86453a2abe7576c8050eca91bf7866e3 /tools/perf/scripts/python/task-analyzer.py | |
parent | 01e6e143a7fa7b82a69fd5cbd906c1686609cf90 (diff) |
xhci: Clean up ERST_PTR_MASK inversion
Mathias notes that the ERST_PTR_MASK macro is named as if it's masking
the Event Ring Dequeue Pointer in the ERDP register, but in actuality
it's masking the inverse.
Invert the macro's value for clarity.
Migrate it to the modern GENMASK_ULL() syntax to avoid u64 casts.
Signed-off-by: Lukas Wunner <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions