K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2013-04-08T08:37:57.881147Z K 7 svn:log V 525 drm: Right-shift I2C slave address before passing it to aux channel In r249041, I2C slave addresses were left-shifted at creation time to have the same behavior between i915 and radeon (not committed yet). This change broke the aux channel. The user-visible change was that display port on i915 didn't work anymore. To fix this, we right-shift the address back to restore the original value. Reported by: Olivier Cochard-Labbé Tested by: Olivier Cochard-Labbé Reviewed by: kib@ END