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

Commit 4fdcf080 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown
Browse files

[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32



Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 031ec77b
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -786,10 +786,7 @@ acpi_pci_link_add (
	return_VALUE(result);
	return_VALUE(result);
}
}


static int
static int irqrouter_suspend(struct sys_device *dev, pm_message_t state)
irqrouter_suspend(
	struct sys_device *dev,
	u32	state)
{
{
	struct list_head        *node = NULL;
	struct list_head        *node = NULL;
	struct acpi_pci_link    *link = NULL;
	struct acpi_pci_link    *link = NULL;