]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: anx7625: Fix release wrong workqueue
authorXin Ji <xji@analogix.corp-partner.google.com>
Thu, 17 Feb 2022 02:44:17 +0000 (10:44 +0800)
committerRobert Foss <robert.foss@linaro.org>
Tue, 1 Mar 2022 13:00:55 +0000 (14:00 +0100)
commit8ff46ec2ee0eaba646977d1216bd5eccffd7b757
tree7df467e49bdb844f0c0c3a488f4f160c9e8dfaea
parent9cb7edfd6f60c15621a62a908f9750e8675ca8ec
drm/bridge: anx7625: Fix release wrong workqueue

If "hdcp_workqueue" exist, must release "hdcp_workqueue",
not "workqueue".

Fixes: b88272cd6757 ("drm/bridge: anx7625: add HDCP support")
Signed-off-by: Xin Ji <xji@analogixsemi.com>
Reviewed-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220217024418.3780171-1-xji@analogixsemi.com
drivers/gpu/drm/bridge/analogix/anx7625.c