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

vanhempi
6b65cd7428
commit
3269711b76
@@ -116,7 +116,7 @@ static int scx200_i2c_init(void)
|
||||
|
||||
static void scx200_i2c_cleanup(void)
|
||||
{
|
||||
i2c_bit_del_bus(&scx200_i2c_ops);
|
||||
i2c_del_adapter(&scx200_i2c_ops);
|
||||
}
|
||||
|
||||
module_init(scx200_i2c_init);
|
||||
|
Viittaa uudesa ongelmassa
Block a user