[PATCH 03/30] clk: xilinx: Drop if block with always false condition

Stephen Boyd sboyd at kernel.org
Tue Mar 28 19:35:24 PDT 2023


Quoting Uwe Kleine-König (2023-03-12 09:14:45)
> xvcu_remove() is only called for a device after after xvcu_probe()
> completed successfully. In that case dev_set_drvdata() was called for
> that device with a non-NULL parameter, so platform_get_drvdata() won't
> return NULL and the if condition is never true.
> 
> Drop the if, preparing a conversion to make platform driver's remove
> callback return void.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
> ---

Applied to clk-next



More information about the linux-arm-kernel mailing list