Applied to drm-misc-next.
On Thu, Feb 17, 2022 at 11:02 AM Hsin-Yi Wang wrote:
>
> On Thu, Feb 17, 2022 at 10:45 AM Xin Ji wrote:
> >
> > From: Xin Ji
> >
> > If "hdcp_workqueue" exist, must release "hdcp_workqueue",
> > not "workqueue".
> >
> > Fixes: cd1637c7e480 ("drm/bridge: anx7625: add HDCP support")
> > Signed-off
On Thu, Feb 17, 2022 at 10:45 AM Xin Ji wrote:
>
> From: Xin Ji
>
> If "hdcp_workqueue" exist, must release "hdcp_workqueue",
> not "workqueue".
>
> Fixes: cd1637c7e480 ("drm/bridge: anx7625: add HDCP support")
> Signed-off-by: Xin Ji
> ---
Reviewed-by: Hsin-Yi Wang
This fixes an issue that th
From: Xin Ji
If "hdcp_workqueue" exist, must release "hdcp_workqueue",
not "workqueue".
Fixes: cd1637c7e480 ("drm/bridge: anx7625: add HDCP support")
Signed-off-by: Xin Ji
---
drivers/gpu/drm/bridge/analogix/anx7625.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/driv