On Thu, Nov 09, 2023 at 12:59:54PM +0100, Ahmad Fatoum wrote: > entry_count has type size_t and not long as the format string wrongly > suggested. > > Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> > --- > drivers/bus/acpi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks Sascha > > diff --git a/drivers/bus/acpi.c b/drivers/bus/acpi.c > index f69789200633..ac034cce4569 100644 > --- a/drivers/bus/acpi.c > +++ b/drivers/bus/acpi.c > @@ -186,7 +186,7 @@ static int acpi_register_devices(struct bus_type *bus) > return -EIO; > } > > - dev_info(bus->dev, "Found %s (OEM: %.8s) with %lu entries\n", > + dev_info(bus->dev, "Found %s (OEM: %.8s) with %zu entries\n", > sig, root->sdt.oem_id, entry_count); > > for (i = 0; i < entry_count; i++) { > -- > 2.39.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |