On Sun, 18 Apr 2021 19:03:04 -0700, Thomas Hebb wrote:
commit cf6d100dd238 ("drm/rockchip: dsi: add dual mipi support") added this devcnt field and call to component_del(). However, these both appear to be erroneous changes left over from an earlier version of the patch. In the version merged, nothing ever modifies devcnt, meaning component_del() runs unconditionally and in addition to the component_del() calls in dw_mipi_dsi_rockchip_host_detach(). The second call fails to delete anything and produces a warning in dmesg.
[...]
Applied, thanks!
[1/1] drm/rockchip: dsi: remove extra component_del() call commit: b354498bbe65c917d521b3b56317ddc9ab217425
Best regards,