We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01c1e0 commit 66265ecCopy full SHA for 66265ec
drivers/char/tpm/tpm_tis_spi_main.c
@@ -294,7 +294,11 @@ static struct spi_driver tpm_tis_spi_driver = {
294
.pm = &tpm_tis_pm,
295
.of_match_table = of_match_ptr(of_tis_spi_match),
296
.acpi_match_table = ACPI_PTR(acpi_tis_spi_match),
297
+#ifdef CONFIG_IMA
298
+ .probe_type = PROBE_FORCE_SYNCHRONOUS,
299
+#else
300
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
301
+#endif
302
},
303
.probe = tpm_tis_spi_driver_probe,
304
.remove = tpm_tis_spi_remove,
0 commit comments