Re: [Intel-gfx] [PATCH] drm/i915: Use proper print format for debug prints

2013-09-10 Thread Daniel Vetter
On Tue, Sep 10, 2013 at 07:30:36AM +0200, Takashi Iwai wrote: > Replace "%8x" with "%08x". > The hex number should be shown with zero stuffed instead of spaces. > > Signed-off-by: Takashi Iwai Picked up for -fixes, thanks for the patch. -Daniel -- Daniel Vetter Software Engineer, Intel Corporati

[Intel-gfx] [PATCH] drm/i915: Use proper print format for debug prints

2013-09-09 Thread Takashi Iwai
Replace "%8x" with "%08x". The hex number should be shown with zero stuffed instead of spaces. Signed-off-by: Takashi Iwai --- drivers/gpu/drm/i915/intel_display.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i9