Tag: 80d02d273641d515269c016d9e8da5882e4432e4

drivers/w1/masters/omap_hdq.c: add missing clk_put

Author: Julia Lawall <julia@diku.dk> This code makes two calls to clk_get, then test both return values and fails if either failed. The problem is that in the first inner if, where the first call to clk_get has failed, it don’t know if the second call has failed as well. So it don’t know whether clk_get …

Continue reading