linux/drivers/i2c
Ben Dooks 5b68790cd5 i2c-s3c2410: Fix bug in releasing driver
When compiled as a module, the i2c-s3c2410 driver does not
free either the IRQ or the i2c adapter it attached to the system.

As part of this fix, move to the usual kernel style
of freeing items as part of the probe error path
making the remove process easier.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
2007-05-01 23:26:35 +02:00
..
algos Use menuconfig objects - I2C 2007-05-01 23:26:34 +02:00
busses i2c-s3c2410: Fix bug in releasing driver 2007-05-01 23:26:35 +02:00
chips Use menuconfig objects - I2C 2007-05-01 23:26:34 +02:00
Kconfig Use menuconfig objects - I2C 2007-05-01 23:26:34 +02:00
Makefile i2c: Add i2c_board_info and i2c_new_device() 2007-05-01 23:26:31 +02:00
i2c-boardinfo.c i2c: Add i2c_board_info and i2c_new_device() 2007-05-01 23:26:31 +02:00
i2c-core.c i2c: Restore i2c_smbus_read_block_data 2007-05-01 23:26:34 +02:00
i2c-core.h i2c: Add i2c_board_info and i2c_new_device() 2007-05-01 23:26:31 +02:00
i2c-dev.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00