From: Jean Delvare Date: Thu, 6 Oct 2011 16:16:24 +0000 (+0200) Subject: drm/radeon/kms: Fix I2C mask definitions X-Git-Tag: v3.2-rc1~135^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286e0c94f9c3f292cb38a977fbbde3433347a868;p=pandora-kernel.git drm/radeon/kms: Fix I2C mask definitions 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 Reviewed-by: Alex Deucher Cc: Jerome Glisse Cc: stable@kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed