Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de14da2a authored by Yaowei Bai's avatar Yaowei Bai Committed by Rafael J. Wysocki
Browse files

ACPI / Documentation: add a missing '='

parent ec6f34e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ input driver:
			.owner	= THIS_MODULE,
			.pm	= &mpu3050_pm,
			.of_match_table = mpu3050_of_match,
			.acpi_match_table  ACPI_PTR(mpu3050_acpi_match),
			.acpi_match_table = ACPI_PTR(mpu3050_acpi_match),
		},
		.probe		= mpu3050_probe,
		.remove		= mpu3050_remove,