]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: remove useless and potentially wrong message
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 1 Dec 2016 01:21:10 +0000 (03:21 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:26 +0000 (23:53 -0400)
commit3c47f4340b17d11cbcb88a7fae9bcee98b2e6727
treefb726c44f32fa171a5fb49322d63b685b4468e93
parente890492da7a0501a800a37e6ff0c8fc28209df99
drm/radeon: remove useless and potentially wrong message

There is no need to repeat information that printed by PCI core at boot time.

Besides that printing was potentially wrong since resource_size_t might be
bigger than 32 bits and there is a dedicated specifier for such type, i.e.
%pap. Someone can fix it and use even better approach, i.e. %pR.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_device.c