Tag: 5006b313283c56cfda498513b7091692bcd74433

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

Author: Julia Lawall <julia@diku.dk> Introduce a new label that includes kfree and jump to that one. 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 = E3 …

Continue reading