Tag: 3b1cac4d9f915758d0d755f11bb8fd4373cf653b

mmc: usdhi6rol0: fix error return code

Author: Julia Lawall <Julia.Lawall@lip6.fr> Propagate error code on failure. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ identifier ret; expression e1,e2; @@ ( if (\(ret < 0\|ret != 0\)) { ... return ret; } | ret = 0 ) ... when != ret = e1 when …

Continue reading