On Mon, 7 Sep 2020 13:14:05 +0000 Radhey Shyam Pandey wrote: > > From: Zhang Changzhong <[email protected]> > > Sent: Monday, September 7, 2020 6:32 PM > > To: Radhey Shyam Pandey <[email protected]>; [email protected]; > > [email protected]; Michal Simek <[email protected]> > > Cc: [email protected]; [email protected] > > Subject: [PATCH net-next] net: xilinx: remove redundant null check before > > clk_disable_unprepare() > > > > Because clk_prepare_enable() and clk_disable_unprepare() already checked > > NULL clock parameter, so the additional checks are unnecessary, just > > remove them. > > > > Reported-by: Hulk Robot <[email protected]> > > Signed-off-by: Zhang Changzhong <[email protected]> > > Reviewed-by: Radhey Shyam Pandey <[email protected]>
Applied, thanks!

