[patch] gma500: silence gcc warnings in mid_get_vbt_data()

Alan Cox alan at linux.intel.com
Wed Jan 4 03:48:22 PST 2012


On Wed, 4 Jan 2012 10:26:10 +0300
Dan Carpenter <dan.carpenter at oracle.com> wrote:

> Add a cast here to silence a Gcc warning.
> drivers/gpu/drm/gma500/mid_bios.c:214:28: warning:
>   cast from pointer to integer of different size
> [-Wpointer-to-int-cast]
> 
> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
> ---
> Compile tested only.

It's actually a non-bug (no 64bit boxes and we always take from within
the low 32bits). I guess gcc would have to extremely smart to figure
that out though.

Acked-by: Alan Cox <alan at linux.intel.com>


More information about the dri-devel mailing list