-----Original Message----- From: Jean-Francois Dagenais [mailto:[email protected]] Sent: Montag, 10. Februar 2014 18:24 To: Hennerich, Michael; [email protected]; [email protected]; [email protected]; [email protected] Cc: [email protected]; [email protected]; Jean-Francois Dagenais Subject: [PATCH 2/2] gpio: adp5588 - add support for gpio names
which is already found in the common header for adp5588 Signed-off-by: Jean-Francois Dagenais <[email protected]> Acked-by: Michael Hennerich <[email protected]> --- drivers/gpio/gpio-adp5588.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-adp5588.c b/drivers/gpio/gpio-adp5588.c index 7d3c8d9..d974020 100644 --- a/drivers/gpio/gpio-adp5588.c +++ b/drivers/gpio/gpio-adp5588.c @@ -397,6 +397,7 @@ static int adp5588_gpio_probe(struct i2c_client *client, gc->ngpio = ADP5588_MAXGPIO; gc->label = client->name; gc->owner = THIS_MODULE; + gc->names = pdata->names; mutex_init(&dev->lock); -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
