commit | 643956e61ced913a2bbdcf2c95f3d03026b39d1c | [log] [tgz] |
---|---|---|
author | Tian Tao <tiantao6@huawei.com> | Mon Dec 30 19:56:28 2019 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 07 11:46:36 2020 +0100 |
tree | 32ea108faa4574065757f707f3eddae50bbf9829 | |
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 <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>