mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
The struct imx_lcdc driver data is allocated using devm_drm_dev_alloc()
so it must not be explicitly kfree()d.
Also drm_kms_helper_poll_fini() should not be called as there is no
matching drm_kms_helper_poll_init(). So drop the release function
completely.
Fixes:
|
||
|---|---|---|
| .. | ||
| dcss | ||
| ipuv3 | ||
| lcdc | ||
| Kconfig | ||
| Makefile | ||