Re: [PATCH] drm/bridge: anx7625: Fix release wrong workqueue

2022-03-01 Thread Robert Foss
Applied to drm-misc-next.

Re: [PATCH] drm/bridge: anx7625: Fix release wrong workqueue

2022-03-01 Thread Hsin-Yi Wang
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

Re: [PATCH] drm/bridge: anx7625: Fix release wrong workqueue

2022-02-16 Thread Hsin-Yi Wang
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