lkml.org 
[lkml]   [2010]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] eeepc-wmi: fix function return type to kill warning
From
On Wed, Dec 15, 2010 at 1:26 AM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
> From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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;
>


Sorry, too late, :)

http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commitdiff;h=da7fddf92985c2525260dfd6f70006e022f4457c

Still, Thanks
--
Corentin Chary
http://xf.iksaif.net
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2010-12-15 08:05    [W:0.028 / U:0.928 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site