On Sunday 06 May 2012 5:58:11 am Shawn Guo wrote:
> Cc: David S. Miller <da...@davemloft.net>
> Signed-off-by: Shawn Guo <shawn....@linaro.org>
> ---
>  drivers/net/ethernet/freescale/fec.c |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)

As the fec driver is also used by m68k/coldfire, perhaps a CC to the 
uclinux-dev@uclinux.org would be apropos.
>
> +     pinctrl = devm_pinctrl_get_select_default(&pdev->dev);
> +     if (IS_ERR(pinctrl)) {
> +             ret = PTR_ERR(pinctrl);
> +             goto failed_pin;
> +     }

What happens here if pinmux support isnt implemented yet as is the case for 
m68k/coldfire?
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to