提交 4fdcf080 编写于 作者: A Andrew Morton 提交者: Len Brown

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

Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 031ec77b
......@@ -786,10 +786,7 @@ acpi_pci_link_add (
return_VALUE(result);
}
static int
irqrouter_suspend(
struct sys_device *dev,
u32 state)
static int irqrouter_suspend(struct sys_device *dev, pm_message_t state)
{
struct list_head *node = NULL;
struct acpi_pci_link *link = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册