24 Jun
2013
24 Jun
'13
5:06 p.m.
On Mon, Jun 24, 2013 at 03:42:03PM +0200, Peter Ujfalusi wrote:
We need to free the irq at twl6040_remove() which is called when the machine driver has been removed (the card has been removed). If we fail to do that, next time when the machine driver is loaded the codec's probe will fail since the irq has been already requested.
Applied all, thanks.