On Sat, Jan 26, 2013 at 03:40:29PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx> Applied, thanks Sascha > --- > drivers/input/gpio_keys.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/input/gpio_keys.c b/drivers/input/gpio_keys.c > index 6f3c912..543ad1a 100644 > --- a/drivers/input/gpio_keys.c > +++ b/drivers/input/gpio_keys.c > @@ -79,7 +79,7 @@ static int __init gpio_keys_probe(struct device_d *dev) > pdata->recv_fifo = kfifo_alloc(pdata->fifo_size); > > for (i = 0; i < pdata->nbuttons; i++) { > - gpio = pdata->buttons->gpio; > + gpio = pdata->buttons[i].gpio; > ret = gpio_request(gpio, "gpio_keys"); > if (ret) { > pr_err("gpio_keys: (%d) can not be requested\n", gpio); > -- > 1.7.10.4 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox