On ma, 2016-05-09 at 17:39 +0100, Chris Wilson wrote: > arch/x86/kernel/early-quirks.c: In function ‘intel_graphics_stolen’: > arch/x86/kernel/early-quirks.c:539:9: warning: format ‘%llx’ expects > argument of type ‘long long unsigned int’, but argument 2 has type > ‘phys_addr_t’ [-Wformat=] > "0x%llx-0x%llx\n", base, base + size - 1); > ^ > arch/x86/kernel/early-quirks.c:539:9: warning: format ‘%llx’ expects > argument of type ‘long long unsigned int’, but argument 3 has type > ‘phys_addr_t’ [-Wformat=] > > v2: Use %pa for addresses > > Fixes: ee0629cfd3c16 (drm/i915: Function per early graphics quirk) > Signed-off-by: Chris Wilson <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: Mika Kuoppala <[email protected]> > Cc: Ville Syrjälä <[email protected]> > Cc: Tvrtko Ursulin <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: "H. Peter Anvin" <[email protected]> > Reviewed-by: Ville Syrjälä <[email protected]> #v1
Reviewed-by: Joonas Lahtinen <[email protected]> Thanks for the fixup, merging it in to the drm-intel tree. Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
