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)
commit8972e5d26996e3f04e1cf29b7d7edd3ec5614bf2
tree8cefb17de8da8a76f1fd4241a1debb7af2cbb8cd
parentee73164a0d8d2fd98f666a5dd35da1d9a19ec009
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