Re: [PATCH v2 1/2] backlight: Add Congatec Board Controller (CGBC) backlight support

From: Krzysztof Kozlowski

Date: Thu Nov 20 2025 - 09:10:02 EST


On 19/11/2025 09:25, Petri Karhula via B4 Relay wrote:
> +}
> +
> +/**
> + * Remove function for CGBC backlight driver
> + * @pdev: Platform device
> + *
> + * The Linux device-managed resource framework (devres) does the cleanup.
> + * No explicit cleanup is needed here.
> + */
> +static void cgbc_bl_remove(struct platform_device *pdev)
> +{
> + dev_info(&pdev->dev, "CGBC backlight driver removed\n");
> +}


I reviewed v1, but all comments are applicable.

Best regards,
Krzysztof