[PATCH 1/2] ASoC: davinci-mcasp: Add pinctrl support
Mark Brown
broonie at opensource.wolfsonmicro.com
Mon Nov 26 22:45:11 EST 2012
On Thu, Nov 22, 2012 at 09:34:58AM +0530, Hebbar, Gururaja 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");
Since the driver is happy to continue without the pins why is it
bothering requesting them in the first place? In other words, this
should be a hard error.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.ozlabs.org/pipermail/devicetree-discuss/attachments/20121126/a82d85f5/attachment.sig>
More information about the devicetree-discuss
mailing list