From: Jean Delvare Date: Sat, 26 Nov 2005 20:03:41 +0000 (+0100) Subject: [PATCH] i2c: Rework client usage count, 3 of 3 X-Git-Tag: v2.6.16-rc1~935^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf02df770228350254251fde520007a2709db785;p=pandora-kernel.git [PATCH] i2c: Rework client usage count, 3 of 3 Do not limit the usage count of i2c clients to 1. In other words, change the client usage count behavior from the old I2C_CLIENT_ALLOW_USE to the old I2C_CLIENT_ALLOW_MULTIPLE_USE. The rationale is that no driver actually needs the limiting behavior, and the unlimiting behavior is slightly easier to implement. Update the documentation to reflect this change. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed