Tag: 0057f1809d44b26765ec2374e0107a2f8ab256f5

drivers/video/pxa168fb.c: add missing clk_put

Author: Julia Lawall <julia@diku.dk> Add a label for error-handling code in the case where only clk_get has succeeded. Rename the label failed to be consistent with the rest. A simplified version of the semantic match that finds the missing clk_put is as follows: (http://coccinelle.lip6.fr/) // @r exists@ expression e1,e2; statement S; @@ e1 = clk_get@p1(…); …

Continue reading