git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00a8cd
)
i2c-s3c2410: Fix bug in releasing driver
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 1 May 2007 21:26:35 +0000
(23:26 +0200)
committer
Jean Delvare
<khali@hyperion.delvare>
Tue, 1 May 2007 21:26:35 +0000
(23:26 +0200)
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>
drivers/i2c/busses/i2c-s3c2410.c
patch
|
blob
|
history
diff --cc
drivers/i2c/busses/i2c-s3c2410.c
Simple merge