[PATCH] net: ethernet: mediatek: remove useless code in mtk_probe()

David Miller davem at davemloft.net
Sat Jul 8 03:28:19 PDT 2017


From: "Gustavo A. R. Silva" <garsilva at embeddedor.com>
Date: Fri, 7 Jul 2017 15:23:34 -0500

> Remove useless local variables _match_, _soc_ and the code related.
> 
> Notice that
> 
> const struct of_device_id of_mtk_match[] = {
>         { .compatible = "mediatek,mt2701-eth" },
>         {},
> };
> 
> So match->data is NULL.
> 
> Suggested-by: Andrew Lunn <andrew at lunn.ch>
> Signed-off-by: Gustavo A. R. Silva <garsilva at embeddedor.com>

Applied, thanks.

If someone needs this they can it back, in a less buggy form.



More information about the Linux-mediatek mailing list