From: Andy Shevchenko Date: Mon, 1 Sep 2014 11:12:01 +0000 (+0300) Subject: drm: i915: reduce memory footprint when debugging X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e98153627dfbb10ff4dd65729676115a932b2e;p=pandora-kernel.git 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-diff-tree failed