Hi Masahiro Yamada, On Wed, May 25, 2016 at 02:58:52PM +0900, Masahiro Yamada wrote: > gc_pinctrl_remove() calls platform_get_drvdata(), but I see neither > platform_set_drvdata() nor dev_set_drvdata() anywhere in this driver. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> Acked-by: Baruch Siach <baruch@xxxxxxxxxx> Thanks, baruch > drivers/pinctrl/pinctrl-digicolor.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/pinctrl/pinctrl-digicolor.c b/drivers/pinctrl/pinctrl-digicolor.c > index 30ee564..c8073d4 100644 > --- a/drivers/pinctrl/pinctrl-digicolor.c > +++ b/drivers/pinctrl/pinctrl-digicolor.c > @@ -332,6 +332,8 @@ static int dc_pinctrl_probe(struct platform_device *pdev) > return PTR_ERR(pmap->pctl); > } > > + platform_set_drvdata(pdev, pmap); > + > return dc_gpiochip_add(pmap, pdev->dev.of_node); > } -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@xxxxxxxxxx - tel: +972.2.679.5364, http://www.tkos.co.il - -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html