Lars-Peter Clausen e1e5762823 spi: topcliff-pch: Pass correct pointer to free_irq()
free_irq() expects the same pointer that was passed to request_irq(), otherwise
the IRQ is not freed.

The issue was found using the following coccinelle script:

<smpl>
@r1@
type T;
T devid;
@@
request_irq(..., devid)

@r2@
type r1.T;
T devid;
position p;
@@
free_irq@p(..., devid)

@@
position p != r2.p;
@@
*free_irq@p(...)
</smpl>

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2013-05-20 11:24:13 -05:00
..
2013-05-09 09:59:16 -07:00
2013-04-07 10:08:00 +01:00
2013-02-06 10:41:12 +00:00
2011-06-06 01:16:30 -06:00
2011-09-21 09:41:48 -06:00
2013-02-21 12:05:51 -08:00
2013-02-05 13:17:12 +00:00
2013-02-20 11:04:46 -08:00
2013-04-29 16:38:41 -07:00
2011-06-06 01:16:30 -06:00
2011-06-06 01:16:30 -06:00
2013-04-23 19:27:00 +01:00
2013-04-07 10:08:00 +01:00
2013-04-29 16:38:41 -07:00
2013-04-01 14:32:32 +01:00