Skip to content

Commit

Permalink
techpack/display: msm: Use async driver probe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ristovski committed Nov 18, 2023
1 parent 8b20578 commit 2c5bd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions techpack/display/msm/msm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2383,6 +2383,7 @@ static struct platform_driver msm_platform_driver = {
.of_match_table = dt_match,
.pm = &msm_pm_ops,
.suppress_bind_attrs = true,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};

Expand Down

0 comments on commit 2c5bd39

Please sign in to comment.