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

Commit 730de199 authored by Felipe Balbi's avatar Felipe Balbi Committed by Rafael J. Wysocki
Browse files

ACPI / PMIC: intel: initialize result to 0

parent 0afa877a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ static acpi_status intel_pmic_regs_handler(u32 function,
		void *handler_context, void *region_context)
{
	struct intel_pmic_opregion *opregion = region_context;
	int result;
	int result = 0;

	switch (address) {
	case 0: