On Tue, Apr 19, 2011 at 01:38:03PM -0700, Mike Waychison wrote: > Fix set_system() to not cause a cast warning when printing a u32 as a > pointer: > > drivers/video/efifb.c: In function 'set_system': > drivers/video/efifb.c:247: error: cast to pointer from integer of > different size > > Allow the integer to print as a pointer by first casting to unsigned > long which we know will be the width of a pointer and at least as wide > as u32. > > Signed-off-by: Mike Waychison <mikew@xxxxxxxxxx> I've already taken another patch that fixed it a slightly different way, thanks anyways. -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html