[PATCH v4 09/19] drm/imx: Add i.MX8qxp Display Controller display engine
Uwe Kleine-König
u.kleine-koenig at baylibre.com
Sat Nov 30 09:37:32 PST 2024
Hello,
On Mon, Nov 25, 2024 at 05:33:06PM +0800, Liu Ying wrote:
> +struct platform_driver dc_de_driver = {
> + .probe = dc_de_probe,
> + .remove_new = dc_de_remove,
Please use .remove here. Also in a few other patches of this series.
Best regards
Uwe
> + .driver = {
> + .name = "imx8-dc-display-engine",
> + .suppress_bind_attrs = true,
> + .of_match_table = dc_de_dt_ids,
> + .pm = pm_sleep_ptr(&dc_de_pm_ops),
> + },
> +};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20241130/b8ecddc8/attachment.sig>
More information about the linux-arm-kernel
mailing list