Tag: 96101bd0bf7974686f6875c065a7a9a83cd2107a

sound/soc/kirkwood/kirkwood-i2s.c: add missing kfree

Author: Julia Lawall <julia@diku.dk> Adjust the goto to jump to the error handling code that includes kfree. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ identifier x; expression E1!=0,E2,E3,E4; statement S; iterator I; @@ ( if (…) { … when != kfree(x) when != x = …

Continue reading