mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-18 00:47:16 -04:00
The tilcdc_panel driver was removed by commit8f1e1ab9c7("drm/tilcdc: Remove tilcdc panel driver"), but was inadvertently reintroduced by the merge commit8b85987d3c("Merge drm/drm-next into drm-misc-next"). The regression went unnoticed because standard git commands such as 'git show' do not expose the change. It was only spotted via 'git show --stat': git show --stat8b85987d3c| grep tilcdc drivers/gpu/drm/tilcdc/tilcdc_panel.c | 408 + git show8b85987d3c| grep tilcdc (no output) Remove tilcdc_panel.c again to restore the previously intended state. Fixes:8b85987d3c("Merge drm/drm-next into drm-misc-next") Signed-off-by: Kory Maincent (TI) <kory.maincent@bootlin.com> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Link: https://patch.msgid.link/20260305155921.659550-1-kory.maincent@bootlin.com Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>