Tag: 75e89b02e338d0db27f8e5d66642c7e2ae49c326

[POWERPC] arch/powerpc/platforms/82xx: Add missing of_node_put

Author: Julia Lawall <julia@diku.dk> Of_get_parent and of_find_compatible_node do a of_node_get, and thus a corresponding of_code_put is needed in both the error case and the normal return case. The problem was found using the following semantic match. (http://www.emn.fr/x-info/coccinelle/) // @@ type T,T1,T2; identifier E; statement S; expression x1,x2,x3; int ret; @@ T E; … * E …

Continue reading