lxt: simplify lxt970_config_init()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 13 May 2016 23:09:07 +0000 (02:09 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2016 17:53:20 +0000 (13:53 -0400)
commitc8396d84c70b47b31b5a9e34732e88bcc7dae9e9
treefd4a2312fd89e8adcbc4c4ef581dc4993c5c74c1
parent04e6233d57a9e68e97c248f97d1aa2cb354f3947
lxt: simplify lxt970_config_init()

This function declares the 'err' local variable for no good reason, get rid
of it.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/lxt.c