> >>When used 64bit compiler GCC warns as
> >>drivers/mfd/sec-core.c:199:10: warning:
> >>cast from pointer to integer of different size [-Wpointer-to-int-cast]
> >>
> >>This patch fixes this by type-casting "match->data" into "long" before
> >>converting into "int"
> >>
> >>Signed-off-by: Pankaj D
On 03/11/2014 12:07 AM, Lee Jones wrote:
When used 64bit compiler GCC warns as
drivers/mfd/sec-core.c:199:10: warning:
cast from pointer to integer of different size [-Wpointer-to-int-cast]
This patch fixes this by type-casting "match->data" into "long" before
converting into "int"
Signed-off-b
> When used 64bit compiler GCC warns as
> drivers/mfd/sec-core.c:199:10: warning:
> cast from pointer to integer of different size [-Wpointer-to-int-cast]
>
> This patch fixes this by type-casting "match->data" into "long" before
> converting into "int"
>
> Signed-off-by: Pankaj Dubey
> ---
> d
When used 64bit compiler GCC warns as
drivers/mfd/sec-core.c:199:10: warning:
cast from pointer to integer of different size [-Wpointer-to-int-cast]
This patch fixes this by type-casting "match->data" into "long" before
converting into "int"
Signed-off-by: Pankaj Dubey
---
drivers/mfd/sec-core.
4 matches
Mail list logo