Skip to content

Commit

Permalink
Revert "drm/msm/hdmi: Add missing check for alloc_ordered_workqueue"
Browse files Browse the repository at this point in the history
This reverts commit 49a0c9dbf9d7a585de5c43c063d18754a10ee362.

Change-Id: 7487b5dceae0b11330f04aa1699a9f3efa8b2d45
Signed-off-by: TogoFire <togofire@mailfence.com>
  • Loading branch information
bananafunction authored and TogoFire committed Apr 21, 2023
1 parent ae5016f commit caa5a1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/gpu/drm/msm/hdmi/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ static struct hdmi *msm_hdmi_init(struct platform_device *pdev)
}

hdmi->workq = alloc_ordered_workqueue("msm_hdmi", 0);
if (!hdmi->workq) {
ret = -ENOMEM;
goto fail;
}

hdmi->i2c = msm_hdmi_i2c_init(hdmi);
if (IS_ERR(hdmi->i2c)) {
Expand Down

0 comments on commit caa5a1e

Please sign in to comment.