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
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