9 Sep
2013
9 Sep
'13
6:19 p.m.
On Mon, Sep 09, 2013 at 06:12:12PM +0300, oku@iki.fi wrote:
- pinctrl = devm_pinctrl_get_select_default(&pdev->dev);
- if (IS_ERR(pinctrl))
dev_warn(&pdev->dev,
"pins are not configured from the driver\n");
This should be being done by the driver core now - is that not working?