diff options
author | Tian Tao <tiantao6@huawei.com> | 2019-12-30 19:56:28 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-01-07 11:46:36 +0100 |
commit | 643956e61ced913a2bbdcf2c95f3d03026b39d1c (patch) | |
tree | 32ea108faa4574065757f707f3eddae50bbf9829 /tools | |
parent | c79f46a282390e0f5b306007bf7b11a46d529538 (diff) | |
download | linux-643956e61ced913a2bbdcf2c95f3d03026b39d1c.tar.bz2 |
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 <tiantao6@huawei.com>
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
[ rjw: Subject/changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions