Tag: c09f5ca7bdc9a82c5f721bc28c46d65452240cfa

sound/soc/fsl/mpc8610_hpcd.c: add missing of_node_put

Author: Julia Lawall <julia@diku.dk> The first change is to add an of_node_put, since codec_np has previously been allocated. The rest of the patch reorganizes the error handling code so the only code executed is that which is needed. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ …

Continue reading