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)
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>

No differences found