Re: [PATCH 1/5] thinkpad_acpi: Drop pm_message_t arguments from suspend routines

2012-06-23 Thread Henrique de Moraes Holschuh
On Sun, 17 Jun 2012, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Multiple suspend routines in drivers/platform/x86/thinkpad_acpi.c > use take pm_message_t arguments that aren't used by any of them. > Make those routines take no arguments as that's what they should do. > > Signed-off-b

[PATCH 1/5] thinkpad_acpi: Drop pm_message_t arguments from suspend routines

2012-06-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Multiple suspend routines in drivers/platform/x86/thinkpad_acpi.c use take pm_message_t arguments that aren't used by any of them. Make those routines take no arguments as that's what they should do. Signed-off-by: Rafael J. Wysocki --- drivers/platform/x86/thinkpad_acp