From a8e98153627dfbb10ff4dd65729676115a932b2e Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Mon, 1 Sep 2014 14:12:01 +0300 Subject: [PATCH] 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 Reviewed-by: Jani Nikula [danvet: Add cast since %*ph expects and int for the size parameter.] Signed-off-by: Daniel Vetter --- Reading git-format-patch failed