]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: warn users when hw_i2c is enabled (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2014 15:05:02 +0000 (10:05 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2014 16:45:34 +0000 (11:45 -0500)
commit5bc15ffb733c16a2812e367e076e8f5198f4f9a8
tree455cce1410bc58c385713b3c37dbce67a107d900
parenta7bef3a4590b366735c73f31abc2c6d0d3740d9b
drm/radeon: warn users when hw_i2c is enabled (v2)

The hw i2c engines are disabled by default as the
current implementation is still experimental.  Print
a warning when users enable it so that it's obvious
when the option is enabled.

v2: check for non-0 rather than 1

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_i2c.c