commit | b39ad0cf7c19fc14e8f823b1b36245f7a3711655 | [log] [tgz] |
---|---|---|
author | Mark M. Hoffman <mhoffman@lightlink.com> | Sat Jul 01 17:16:06 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 12 15:43:07 2006 -0700 |
tree | f30e4dcfb21bc6aae1dc8300cef28b912339d72c | |
parent | 5d925fecac26651e6b0e19cf4ca16933aa640f99 [diff] |
[PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm drivers Content-Disposition: inline; filename=i2c-algo-error-handling-fix.patch It is possible for i2c_add_adapter() to fail. Several I2C algorithm drivers ignore that fact. This (compile-tested only) patch fixes them. Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>