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-05 12:26:59 +00:00
2013-02-06 10:41:12 +00:00
2013-04-24 11:01:07 +01:00
2013-02-05 14:43:16 +00:00
2013-04-08 13:42:10 +01:00
2013-04-01 14:14:33 +01:00
2013-02-05 14:43:16 +00:00
2013-02-05 12:26:59 +00:00
2011-06-06 01:16:30 -06:00
2013-02-05 12:30:13 +00:00
2011-10-31 19:32:17 -04:00
2013-02-05 12:26:59 +00:00
2013-02-05 12:26:59 +00:00
2013-04-17 22:18:41 +05:30
2012-03-21 19:20:22 +05:30
2012-12-07 17:06:43 +00:00
2012-12-07 17:06:43 +00:00
2012-12-07 17:06:43 +00:00
2011-09-21 09:41:48 -06:00
2013-02-21 12:05:51 -08:00
2013-02-05 17:16:55 +00:00
2013-04-07 10:07:54 +01:00
2013-04-07 10:07:54 +01:00
2012-12-07 17:06:43 +00:00
2013-04-07 10:07:54 +01:00
2013-04-07 10:07:57 +01:00
2013-04-07 10:07:57 +01:00
2013-04-07 10:07:56 +01:00
2013-04-10 14:47:09 +01:00
2013-02-05 13:17:12 +00:00
2012-05-19 23:42:08 -06:00
2012-12-07 17:06:43 +00:00
2012-12-07 17:06:43 +00:00
2013-04-09 17:53:39 +01:00
2013-05-07 11:06:17 -07:00
2012-12-07 17:06:43 +00:00
2013-04-01 14:27:09 +01:00
2012-12-07 17:06:43 +00:00
2013-04-18 12:04:55 +01:00
2013-02-05 14:43:16 +00:00
2013-02-05 14:43:16 +00:00
2013-02-05 14:44:14 +00:00
2013-03-12 17:56:08 +01:00
2013-02-20 11:04:46 -08:00
2013-02-08 12:15:28 +00:00
2013-03-12 18:30:56 +00:00
2013-02-08 12:15:21 +00:00
2013-04-29 16:38:41 -07:00
2013-02-08 13:14:40 +00:00
2012-12-07 17:06:43 +00:00
2011-06-06 01:16:30 -06:00
2011-06-06 01:16:30 -06:00
2012-12-07 17:06:43 +00:00
2013-04-18 18:17:27 +01:00
2012-08-23 12:13:54 +01:00
2012-12-19 15:11:41 +00:00
2013-04-01 14:27:14 +01:00
2011-10-31 19:32:17 -04:00
2012-12-07 17:06:43 +00:00
2013-04-23 19:27:00 +01:00
2013-04-07 10:07:58 +01:00
2013-04-08 13:41:34 +01:00
2013-04-07 10:08:00 +01:00
2012-12-07 17:06:43 +00:00
2012-12-07 17:06:43 +00:00
2013-05-20 11:24:13 -05:00
2013-02-05 14:43:16 +00:00
2012-12-07 17:06:43 +00:00
2012-12-07 17:06:43 +00:00
2013-04-29 16:38:41 -07:00
2013-04-01 14:32:32 +01:00