i2c: Discard the i2c algo del_bus wrappers
They are all only calling i2c_del_adapter, so we may as well do it directly. Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:

committed by
Jean Delvare

parent
6b65cd7428
commit
3269711b76
@@ -1485,7 +1485,7 @@ static int __devinit add_card(struct pci_dev *dev,
|
||||
|
||||
}
|
||||
|
||||
i2c_bit_del_bus(i2c_ad);
|
||||
i2c_del_adapter(i2c_ad);
|
||||
kfree(i2c_ad);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user