]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix coding style and printing in amdgpu_doorbell_init
authorChristian König <christian.koenig@amd.com>
Mon, 6 Mar 2017 12:34:57 +0000 (13:34 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Apr 2017 21:32:41 +0000 (17:32 -0400)
commitbfc222a70c3d5e79d463ebe991f35ba161123dd7
tree8cefb17de8da8a76f1fd4241a1debb7af2cbb8cd
parent8758df620d02c9b41f57f664ffef0f90fe5d882a
drm/amdgpu: fix coding style and printing in amdgpu_doorbell_init

Based on commit "drm/radeon: remove useless and potentially wrong message".

The size of the info printing is incorrect and the PCI subsystems prints
the same info on boot anyway.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c