Tag: a2dc56c8a0009ba3879a26dfe416fc453fa2e32f

ASoC: add missing clk_put to nuc900-ac97

Author: Julia Lawall <julia@diku.dk> This goto is after the call to clk_get, so it should go to the label that includes a call to clk_put. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r exists@ expression e1,e2; statement S; @@ e1 = clk_get@p1(…); … when != e1 …

Lire la suite