mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
sony_acpi: Fix sony_acpi_resume call
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
3f4f461fa8
commit
fac3506100
@ -233,7 +233,7 @@ static int sony_acpi_write(struct file *file, const char __user *buffer,
|
|||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int sony_acpi_resume(struct acpi_device *device, int state)
|
static int sony_acpi_resume(struct acpi_device *device)
|
||||||
{
|
{
|
||||||
struct sony_acpi_value *item;
|
struct sony_acpi_value *item;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user