Tag: 7febe2be36035e5c75128e8cc3baeb1f30fa2bc4

drivers/usb/host/ohci-pxa27x.c: add missing clk_put

Author: Julia Lawall <julia@diku.dk> Add a label before the call to clk_put and jump to that in the error handling code that occurs after the call to clk_get has succeeded. 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 = …

Continue reading