drm/radeon/kms: Fix I2C mask definitions
commitc86935898f7af4bbafa14c0f402a79925c53a33f
authorJean Delvare <jdelvare@suse.de>
Thu, 6 Oct 2011 16:16:24 +0000 (6 18:16 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:35:22 +0000 (11 09:35 -0800)
treedbcc2e27fda2aec03993dfe84390bd21fa870175
parent12bc1875cccdb601083183961533f64a0386370b
drm/radeon/kms: Fix I2C mask definitions

commit 286e0c94f9c3f292cb38a977fbbde3433347a868 upstream.

Commit 9b9fe724 accidentally used RADEON_GPIO_EN_* where
RADEON_GPIO_MASK_* was intended. This caused improper initialization
of I2C buses, mostly visible when setting i2c_algo_bit.bit_test=1.
Using the right constants fixes the problem.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Jerome Glisse <j.glisse@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/radeon_combios.c