commit | 3269711b76ba27b78862c48398b0d313ccaa99c2 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Dec 10 21:21:33 2006 +0100 |
committer | Jean Delvare <khali@arrakis.delvare> | Sun Dec 10 21:21:33 2006 +0100 |
tree | fcd2daf3af9b20bb72ba28555cac1995312309c5 | |
parent | 6b65cd742823f78a6538491982159098ab5fcae1 [diff] [blame] |
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>
diff --git a/drivers/ieee1394/pcilynx.c b/drivers/ieee1394/pcilynx.c index 13a6179..fbb7f14 100644 --- a/drivers/ieee1394/pcilynx.c +++ b/drivers/ieee1394/pcilynx.c
@@ -1485,7 +1485,7 @@ } - i2c_bit_del_bus(i2c_ad); + i2c_del_adapter(i2c_ad); kfree(i2c_ad); } }