Tag: aaf265c22e48f10c94ad04d23b6ab0c88f554d35

ALSA: sound/atmel/abdac.c: fix error return code

Author: Julia Lawall <Julia.Lawall@lip6.fr> Initialize retval before returning from a failed call to ioremap. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0 ) ... when != ret = e1 when != …

Continue reading