From: Magnus Damm <d...@opensource.se> Make sure gpio_chip->dev is setup so of_gpiochip_add() will work as expected.
Signed-off-by: Magnus Damm <d...@opensource.se> Acked-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> --- drivers/gpio/gpio-em.c | 1 + 1 file changed, 1 insertion(+) --- 0001/drivers/gpio/gpio-em.c +++ work/drivers/gpio/gpio-em.c 2013-11-13 20:47:40.000000000 +0900 @@ -327,6 +327,7 @@ static int em_gio_probe(struct platform_ gpio_chip->request = em_gio_request; gpio_chip->free = em_gio_free; gpio_chip->label = name; + gpio_chip->dev = &pdev->dev; gpio_chip->owner = THIS_MODULE; gpio_chip->base = pdata->gpio_base; gpio_chip->ngpio = pdata->number_of_pins; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/