Re: [PATCH] can: flexcan: fix use after free of priv
From: David Miller <hidden> Date: 2010-10-26 17:49:36
From: Marc Kleine-Budde <redacted>
Date: Thu, 21 Oct 2010 17:07:58 +0200
The priv is part of the memory allocated by alloc_candev().
This patch moved the free it after last usage of priv.
Signed-off-by: Marc Kleine-Budde <redacted>