i2c: davinci: Free requested IRQ in remove
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Thu, 3 May 2012 13:56:36 +0000 (15:56 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 30 May 2012 23:44:07 +0000 (00:44 +0100)
commit9afc65d564540a06a81379630b91e4bc2afb57ad
tree88e87f12f5f384f5ef19dc652e0aa8c2933c076c
parenta31f2d4c2c85fdd2fb3ae84c9081b0762ea14457
i2c: davinci: Free requested IRQ in remove

commit 9868a060ccf769c08ec378a9829137e272e9a92c upstream.

The freed IRQ is not necessary the one requested in probe.
Even if it was, with two or more i2c-controllers it will fails anyway.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/i2c/busses/i2c-davinci.c