drm/radeon: reduce memory footprint for debugging
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 4 Sep 2014 12:46:24 +0000 (15:46 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Sep 2014 14:55:35 +0000 (10:55 -0400)
commitdf8fbc231b7e4a78dae2b02e116fe73e4ea63cb0
treef05c7c03b9ceab42cfb5bec341c892175e00d6f4
parent1952f24d0fa6292d65f886887af87ba8ac79b3ba
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/atombios_dp.c