Tag: fa9fc821f8892590211a9aa9e855eb83152b9870

arch/powerpc/platforms/83xx/mpc837x_mds.c: Add missing iounmap

Author: Julia Lawall <julia@diku.dk> The function of_iomap returns the result of calling ioremap, so iounmap should be called on the result in the error handling code, as done in the normal exit of the function. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r exists@ local idexpression x; expression E,E1; identifier …

Lire la suite