Re: [PATCH 2/2] drivers:net: delete premature free_irq

From: David Miller
Date: Wed Sep 04 2013 - 13:18:45 EST


From: Julia Lawall <Julia.Lawall@xxxxxxx>
Date: Mon, 2 Sep 2013 11:54:21 +0200

> From: Julia Lawall <Julia.Lawall@xxxxxxx>
>
> Free_irq is not needed if there has been no request_irq. Free_irq is
> removed from both the probe and remove functions. The correct request_irq
> and free_irq are found in the open and close functions.
>
> A simplified version of the semantic match that finds this problem is as
> follows: (http://coccinelle.lip6.fr/)
...
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxx>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/