Re: [PATCH] net: phy-micrel: remove redundant initialization of pointer of_node

2018-02-05 Thread Andrew Lunn
On Mon, Feb 05, 2018 at 12:47:59PM +, Colin King wrote: > From: Colin Ian King > > Pointer of_node is initialized with a value that is never read, of_node > is later updated with a new value instead, hence the initialization is > redundant and can be removed. Also

[PATCH] net: phy-micrel: remove redundant initialization of pointer of_node

2018-02-05 Thread Colin King
From: Colin Ian King Pointer of_node is initialized with a value that is never read, of_node is later updated with a new value instead, hence the initialization is redundant and can be removed. Also remove unused pointer dev and remove an empty line. Cleans up clang