commit | a8e98153627dfbb10ff4dd65729676115a932b2e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Sep 01 14:12:01 2014 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 03 11:05:29 2014 +0200 |
tree | 7510a01abcf39ec743ca18c29df2a66e1e99ec34 | |
parent | 6c65a587b123ab17389b0563cdc42668847ad652 [diff] |
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>