From: "Gustavo A. R. Silva" <garsi...@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 <and...@lunn.ch> > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com> Applied, thanks. If someone needs this they can it back, in a less buggy form.