Only i2c devices can have their type set to i2c_adapter_type, so testing the bus type is redundant.
Signed-off-by: Jean Delvare <[email protected]> Cc: Michael Lawnick <[email protected]> --- Michael, is this OK with you? include/linux/i2c.h | 1 - 1 file changed, 1 deletion(-) --- linux-2.6.36-rc0.orig/include/linux/i2c.h 2010-08-15 21:00:36.000000000 +0200 +++ linux-2.6.36-rc0/include/linux/i2c.h 2010-08-15 21:01:32.000000000 +0200 @@ -387,7 +387,6 @@ static inline void i2c_set_adapdata(stru static inline int i2c_parent_is_i2c_adapter(const struct i2c_adapter *adapter) { return adapter->dev.parent != NULL - && adapter->dev.parent->bus == &i2c_bus_type && adapter->dev.parent->type == &i2c_adapter_type; } -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
