On 9/21/26 12:46 PM, David Heidelberg via B4 Relay wrote: > From: David Heidelberg <[email protected]> > > wled_probe() doesn't set the driver data for the platform device. > As a result, platform_get_drvdata() in wled_remove() will return NULL, > and the first dereference of it crashes on unbind. > > Set the platform device driver data in wled_probe(). > > Cc: [email protected] > Fixes: feeab87b3072 ("backlight: qcom-wled: Add support for short circuit > handling") > Signed-off-by: David Heidelberg <[email protected]> > ---
Reviewed-by: Konrad Dybcio <[email protected]> Konrad

