]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:50:18 +0000 (13:50 -0800)
commitce5455d172e5bf743dda74a952eaf040c4db2c5f
tree7f4ebeb89b1d79b7f7bb116175f4bd05dac64399
parentf78c448024f25c7121493203a09b527ee8eeae8a
drm/radeon: warn users when hw_i2c is enabled (v2)

commit d195178297de9a91246519dbfa98952b70f9a9b6 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_i2c.c