From: Jean Delvare Date: Thu, 15 Nov 2007 18:24:01 +0000 (+0100) Subject: i2c-dev: Unbound new-style i2c clients aren't busy X-Git-Tag: v2.6.24-rc3~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4217d8c6ef48425c8d6b28d2e089a83e01af04;p=pandora-kernel.git i2c-dev: Unbound new-style i2c clients aren't busy Let i2c-dev deal properly with new-style i2c clients. Instead of considering them always busy, it needs to check wether a driver is bound to them or not. This is still not completely correct, as the client could become busy later, but the same problem already existed before new-style clients were introduced. We'll want to fix it someday. Signed-off-by: Jean Delvare Acked-by: David Brownell --- Reading git-diff-tree failed