[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101214162646.5dd1c0de.randy.dunlap@oracle.com>
Date: Tue, 14 Dec 2010 16:26:46 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>,
acpi4asus-user@...ts.sourceforge.net,
platform-driver-x86@...r.kernel.org
Cc: Corentin Chary <corentincj@...aif.net>,
akpm <akpm@...ux-foundation.org>,
Matthew Garrett <mjg@...hat.com>
Subject: [PATCH] eeepc-wmi: fix function return type to kill warning
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix return type warning:
drivers/platform/x86/eeepc-wmi.c:322: warning: initialization from incompatible pointer type
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/platform/x86/eeepc-wmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-2637-rc4.orig/drivers/platform/x86/eeepc-wmi.c
+++ lnx-2637-rc4/drivers/platform/x86/eeepc-wmi.c
@@ -298,7 +298,7 @@ static void eeepc_wmi_notify(u32 value,
kfree(obj);
}
-static int store_cpufv(struct device *dev, struct device_attribute *attr,
+static ssize_t store_cpufv(struct device *dev, struct device_attribute *attr,
const char *buf, size_t count)
{
int value;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists