Tag: 4911ca1031c2ade225fdf22cc872bc121c2c2ec5

[CPUFREQ] s5pv210-cpufreq.c: Add missing clk_put

Author: Julia Lawall <julia@diku.dk> The successive calls to clk_get each call clk_put in the case of failure, but this is not done for subsequent error handling code. The calls to clk_get are moved to the end of the function, and appropriate gotos are added. A simplified version of the semantic match that finds this problem …

Continue reading