Tag: 609d3bbf044a6766f6505d8a29d4ed48020c014c

drivers/video/imxfb.c: add missing clk_put

Author: Julia Lawall <julia@diku.dk> Reorder the labels at the end of the function to correspond to the order in which the resources are allocated. 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 = …

Continue reading