From: Mark M. Hoffman Date: Sat, 1 Jul 2006 15:16:06 +0000 (+0200) Subject: [PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm drivers X-Git-Tag: v2.6.18-rc2~94^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b39ad0cf7c19fc14e8f823b1b36245f7a3711655;p=pandora-kernel.git [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 Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed