diff options
author | Tian Tao <[email protected]> | 2019-12-30 19:56:28 +0800 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2020-01-07 11:46:36 +0100 |
commit | 643956e61ced913a2bbdcf2c95f3d03026b39d1c (patch) | |
tree | 32ea108faa4574065757f707f3eddae50bbf9829 /scripts/bpf_helpers_doc.py | |
parent | c79f46a282390e0f5b306007bf7b11a46d529538 (diff) |
ACPI: PPTT: Consistently use unsigned int as parameter type
The fourth parameter 'level' of function 'acpi_find_cache_level()' is
a signed interger, but its caller 'acpi_find_cache_node()' passes that
parameter an unsigned interger.
Make the paramter type inconsistency go away.
Signed-off-by: Tian Tao <[email protected]>
Signed-off-by: Xiongfeng Wang <[email protected]>
[ rjw: Subject/changelog ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions