From: Andy Shevchenko Date: Thu, 4 Sep 2014 12:46:24 +0000 (+0300) Subject: drm/radeon: reduce memory footprint for debugging X-Git-Tag: fixes-for-v3.18-merge-window~144^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df8fbc231b7e4a78dae2b02e116fe73e4ea63cb0;p=pandora-kernel.git drm/radeon: reduce memory footprint for 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 Signed-off-by: Alex Deucher --- Reading git-diff-tree failed