ACPI: HMAT: use %u instead of %d to print u32 values
authorTao Xu <tao3.xu@intel.com>
Wed, 30 Oct 2019 06:34:03 +0000 (14:34 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 Nov 2019 09:05:57 +0000 (10:05 +0100)
commit0f1839d0888700389e3062b4787046d61780d6d9
tree3aea53029e5a30477a070ff4cab0321f60b82a96
parent59b2c5b63587a9ed2292ccce32fd69d8de815036
ACPI: HMAT: use %u instead of %d to print u32 values

Use %u instead of %d to print u32 values to expand the value range,
especially when latency or bandwidth value is bigger than INT_MAX.

Then HMAT latency can support up to 4.29s and bandwidth can support
up to 4PB/s.

Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Jingqi Liu <Jingqi.liu@intel.com>
Signed-off-by: Tao Xu <tao3.xu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/numa/hmat.c