]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: Hide debugging message
authorJean Delvare <jdelvare@suse.de>
Wed, 30 Nov 2011 16:26:36 +0000 (17:26 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Dec 2011 09:57:03 +0000 (09:57 +0000)
commitac0f46ea0955542bce22d7a750097cc148a670f9
tree32d4a61f26928d2d9e000bfef0f4ec0897f50a5b
parent86611a6560997b6b8362c72e77228f65fd2da415
drm/radeon/kms: Hide debugging message

Use the proper macro to issue the debugging message in
radeon_atif_call(). Otherwise we spam the log of many systems with a
message which looks like an error message of unknown origin, and could
thus confuse the user. Commit 19210ca57b180388211bd9738490cc1b2fe5c8e1
was a first step in this direction, but was not sufficient IMHO.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_acpi.c