Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scripts for building in a container #9

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nfit: probe asynchronously
TAG_MSFT: lcow

Signed-off-by: Sinan Kaya <okaya@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Pavel Tatashin <pasha.tatashin@soleen.com>
  • Loading branch information
Sinan Kaya authored and Sasha Levin committed Jun 26, 2019
commit 9cfd519cd4fb43ab5d026eca3d9fec0e74f7272a
3 changes: 3 additions & 0 deletions drivers/acpi/nfit/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3594,6 +3594,9 @@ static struct acpi_driver acpi_nfit_driver = {
.remove = acpi_nfit_remove,
.notify = acpi_nfit_notify,
},
.drv = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};

static __init int nfit_init(void)
Expand Down