]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: fec: drop check for clk==NULL before calling clk_*
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 20 Oct 2016 08:28:27 +0000 (10:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Oct 2016 18:20:08 +0000 (14:20 -0400)
commit01e5943ac16b1529821cceea36e929f7ea51c854
treed7372b759c02b3b1c9a724f5e78bc16164d94c99
parent9652dc2eb9e40d100e0a3abfdcc0ea852c8be254
net: fec: drop check for clk==NULL before calling clk_*

clk_prepare, clk_enable and their counterparts (at least the common clk
ones, but also most others) do check for the clk being NULL anyhow (and
return 0 then), so there is no gain when the caller checks, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c