]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
remove redundant struct clk NULL checks
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Jan 2016 09:13:36 +0000 (10:13 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Mar 2016 09:24:34 +0000 (10:24 +0100)
commitc17244d2a2eb6401dcaaec9616b25cd47f049f7f
treec8c99ede15033f9168c40b38843c56c51f619a9b
parent93a0b9aeba49be34282bd8a138b547b569bf9175
remove redundant struct clk NULL checks

NULL is a valid argument to clk_enable()/clk_disable(). Remove
redundant checks before calling those functions.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
drivers/net/ethernet/freescale/fec_main.c