From: Jean Delvare Date: Wed, 23 Nov 2011 10:33:07 +0000 (+0100) Subject: i2c: Fix device name for 10-bit slave address X-Git-Tag: v3.2-rc3~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbb44514048a250647c6c6b3df27ff62cb71f7d5;p=pandora-kernel.git i2c: Fix device name for 10-bit slave address 10-bit addresses overlap with traditional 7-bit addresses, leading in device name collisions. Add an arbitrary offset to 10-bit addresses to prevent this collision. The offset was chosen so that the address is still easily recognizable. Signed-off-by: Jean Delvare Acked-by: Wolfram Sang --- Reading git-diff-tree failed