Re: [PATCH 12/15] arch/powerpc/sysdev/fsl_pci.c: add missing iounmap

2012-01-17 Thread Kumar Gala
On Jan 12, 2012, at 3:55 AM, Julia Lawall wrote: > From: Julia Lawall > > Add missing iounmap in error handling code, in a case where the function > already preforms iounmap on some other execution path. > > A simplified version of the semantic match that finds this problem is as > follows: (h

[PATCH 12/15] arch/powerpc/sysdev/fsl_pci.c: add missing iounmap

2012-01-12 Thread Julia Lawall
From: Julia Lawall Add missing iounmap in error handling code, in a case where the function already preforms iounmap on some other execution path. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression e; statement S,S1;