drm: i915: reduce memory footprint when debugging
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 1 Sep 2014 11:12:01 +0000 (14:12 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Sep 2014 09:05:29 +0000 (11:05 +0200)
commita8e98153627dfbb10ff4dd65729676115a932b2e
tree7510a01abcf39ec743ca18c29df2a66e1e99ec34
parent6c65a587b123ab17389b0563cdc42668847ad652
drm: i915: reduce memory footprint when debugging

There is no need to use hex_dump_to_buffer() since we have a kernel helper to
dump up to 64 bytes just via printk(). In our case the actual size is 15 bytes.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
[danvet: Add cast since %*ph expects and int for the size parameter.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c