On Sun, Sep 13, 2009 at 09:15:18PM +0200, Julia Lawall wrote: > From: Julia Lawall <julia@xxxxxxx> > > Error handling code following a kzalloc should free the allocated data. > Error handling code following an ioremap should iounmap the allocated data. > > The semantic match that finds the first problem is as follows: > (http://www.emn.fr/x-info/coccinelle/) Guess this one looks right, applied. Thanks, Ralf