commit | 5b68790cd5e2879067bcbc45b01eeb6081e7d731 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue May 01 23:26:35 2007 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Tue May 01 23:26:35 2007 +0200 |
tree | 89b5a557a665a124df3a0941d65de111231bba0b | |
parent | e00a8cdf325346c531c841ee85c803792db60157 [diff] |
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>