lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 4 Feb 2014 18:07:31 +0900
From:	SeongJae Park <sj38.park@...il.com>
To:	Lee Jones <lee.jones@...aro.org>
Cc:	sameo@...ux.intel.com,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	patches@...nsource.wolfsonmicro.com
Subject: Re: [PATCH] drivers/mfd: fix pointer-integer size mismatch warnings

On Tue, Feb 4, 2014 at 6:03 PM, Lee Jones <lee.jones@...aro.org> wrote:
>> Fix the pointer-integer size mismatch warnings below:
>>       drivers/mfd/wm8994-core.c: In function ‘wm8994_i2c_probe’:
>>       mfd/wm8994-core.c:639:19: warning: cast from pointer to integer of
>>                       different size [-Wpointer-to-int-cast]
>>           wm8994->type = (int)of_id->data;
>>                          ^
>>       drivers/mfd/max8997.c: In function ‘max8997_i2c_get_driver_data’:
>>       drivers/mfd/max8997.c:173:10: warning: cast from pointer to integer of
>>                       different size [-Wpointer-to-int-cast]
>>          return (int)match->data;
>>                 ^
>
> Already fixed:
>   https://lkml.org/lkml/2014/1/23/309
>   https://lkml.org/lkml/2014/1/23/326

Oops, sorry, didn't check that(I checked only the -next tree).
Thank you for let me know.

>
> --
> Lee Jones
> Linaro STMicroelectronics Landing Team Lead
> Linaro.org │ Open source software for ARM SoCs
> Follow Linaro: Facebook | Twitter | Blog
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ