Skip to content

Commit

Permalink
staging: ion: 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 d61f1c3 commit 8b20578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/android/ion/heaps/msm_ion.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ static struct platform_driver msm_ion_driver = {
.driver = {
.name = "ion-msm",
.of_match_table = msm_ion_match_table,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};

Expand Down

0 comments on commit 8b20578

Please sign in to comment.