From: Julia Lawall <[email protected]> Date: Wed, 29 Aug 2012 18:49:12 +0200
> From: Julia Lawall <[email protected]> > > Initialize return variable before exiting on an error path. > > The initial initialization of the return variable is also dropped, because > that value is never used. > > A simplified version of the semantic match that finds this problem is as > follows: (http://coccinelle.lip6.fr/) ... > Signed-off-by: Julia Lawall <[email protected]> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

