diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index cfa7736..27674af 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c @@ -86,7 +86,7 @@ done: if (ret) - pr_err("_gpio_request: gpio-%ld (%s) status %d\n", + pr_err("_gpio_request: gpio-%td (%s) status %d\n", gi - gpio_desc, label ? : "?", ret); return ret;