Tag: 2e4ceec4edaef6e903422792de4f7f37de98cec6

drivers/net/can/flexcan.c: add missing clk_put

Author: Julia Lawall <julia@diku.dk> The failed_get label is used after the call to clk_get has succeeded, so it should be moved up above the call to clk_put. The failed_req labels doesn’t do anything different than failed_get, so delete it. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // …

Continue reading