j
k
j a
j l
25.11.2021 22:28, Andy Shevchenko пишет:
... err = reset_control_reset(i2c_dev->rst); if (handle) err = acpi_evaluate_object(handle, "_RST", NULL, NULL); Does it compile for CONFIG_ACPI=n case?
err = reset_control_reset(i2c_dev->rst); if (handle) err = acpi_evaluate_object(handle, "_RST", NULL, NULL);
err = reset_control_reset(i2c_dev->rst);
if (handle)
err = acpi_evaluate_object(handle, "_RST", NULL, NULL);
Does it compile for CONFIG_ACPI=n case?
It compiles and works fine with CONFIG_ACPI=n.
Back to the thread
Back to the list