i2c: davinci: Free requested IRQ in remove
commitd19adfe6caf97ceb57ca460992fedd7a6e75a915
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Thu, 3 May 2012 13:56:36 +0000 (3 15:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:13:01 +0000 (1 15:13 +0800)
treef9f64ce91862239cd2a913345a9cd7054cdc71ff
parentab55458eb0cc7f0f23e38ed41828e9b5a5372134
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/i2c/busses/i2c-davinci.c