> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, July 13, 2018 5:13 AM > To: Nicolau, Radu <[email protected]>; Hunt, David > <[email protected]> > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]> > Subject: [PATCH] test/power: fix 32-bit build > > Compilation issue: > > test/test/test_power_acpi_cpufreq.c:556:31: > error: format ‘%lx’ expects argument of type ‘long unsigned int’, but > argument 2 > has type ‘uint64_t {aka long long unsigned int}’ > -Werror=format=] > > printf("ACPI: Capabilities %lx\n", caps.capabilities); > ~~^ ~~~~~~~~~~~~~~~~~ > %llx > > Fixes: 39e38d583075 ("test/power: add unit test for get capabilities API") > > Signed-off-by: Pablo de Lara <[email protected]>
NACK. Missing include. Will send v2.

