Commit fd442eb6 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] acpi/processor.c 64bit portability

wrong type of return value for ->write()
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0f8fd6e3
......@@ -1123,7 +1123,7 @@ static int acpi_processor_perf_open_fs(struct inode *inode, struct file *file)
PDE(inode)->data);
}
static int
static ssize_t
acpi_processor_write_performance (
struct file *file,
const char __user *buffer,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment