On Wed, 4 Jan 2012 10:26:10 +0300 Dan Carpenter dan.carpenter@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@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@linux.intel.com