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 remove unused pointer dev a
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 warnings:
drivers/net/phy/mi