Re: [PATCH][next][V2] soc: xilinx: vcu: fix error check on clk_hw_get_parent call

2021-02-11 Thread Michael Tretter
On Thu, 11 Feb 2021 09:57:00 +, Colin King wrote: > From: Colin Ian King > > Currently the check for failur on the call to clk_hw_get_parent > is checking for a null return in the divider pointer instead of > checking the mux pointer. Fix this. > > Thanks to Michael Tretter for suggesting

[PATCH][next][V2] soc: xilinx: vcu: fix error check on clk_hw_get_parent call

2021-02-11 Thread Colin King
From: Colin Ian King Currently the check for failur on the call to clk_hw_get_parent is checking for a null return in the divider pointer instead of checking the mux pointer. Fix this. Thanks to Michael Tretter for suggesting the correct fix. Addresses-Coverity: ("Logically Dead Code") Fixes: