[PATCH 21/60] drm/panel: Add driver for the Sharp LS037V7DW01 panel

Sam Ravnborg sam at ravnborg.org
Mon Jul 8 19:47:42 UTC 2019


Hi Laurent.

> > +
> > +MODULE_DEVICE_TABLE(of, ls037v7dw01_of_match);
> > +
> > +static struct platform_driver ls037v7dw01_driver = {
> > +	.probe		= ls037v7dw01_probe,
> > +	.remove		= __exit_p(ls037v7dw01_remove),

I hope _exit_p() is not needed.
No other panel drivers use it as far as I could see.

	Sam


More information about the dri-devel mailing list