This reverts commit
8b2b3dcb343bf8cb62efc1bd6a9dbe850005e2ac.
Commit
546c6d79301 (pinctrl: digicolor: make it explicitly non-modular) removed
the platform_get_drvdata() call, so platform_set_drvdata() is no longer needed.
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
return PTR_ERR(pmap->pctl);
}
- platform_set_drvdata(pdev, pmap);
-
return dc_gpiochip_add(pmap, pdev->dev.of_node);
}