[PATCH 2/2] drivers/macintosh/via-pmu.c: Added a missing iounmap

2007-11-30 Thread Julia Lawall
From: Julia Lawall <[EMAIL PROTECTED]> The error handling code should undo the ioremap as well. The problem was detected using the following semantic match (http://www.emn.fr/x-info/coccinelle/) // @@ type T,T1,T2; identifier E; statement S; expression x1,x2; constant C; int ret; @@ T E;

[PATCH 2/2] drivers/macintosh/via-pmu.c: Added a missing iounmap

2007-11-30 Thread Julia Lawall
From: Julia Lawall [EMAIL PROTECTED] The error handling code should undo the ioremap as well. The problem was detected using the following semantic match (http://www.emn.fr/x-info/coccinelle/) // smpl @@ type T,T1,T2; identifier E; statement S; expression x1,x2; constant C; int ret; @@ T E;