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

Commit 879dca01 authored by Alan Cox's avatar Alan Cox Committed by Rafael J. Wysocki
Browse files

ACPI: missing break



We handle NOTIFY_THROTTLING so don't then fall through to unsupported event.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b40a7959
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -409,6 +409,7 @@ static void acpi_processor_notify(struct acpi_device *device, u32 event)
		acpi_bus_generate_proc_event(device, event, 0);
		acpi_bus_generate_netlink_event(device->pnp.device_class,
						  dev_name(&device->dev), event, 0);
		break;
	default:
		ACPI_DEBUG_PRINT((ACPI_DB_INFO,
				  "Unsupported event [0x%x]\n", event));