Tag: 9895c503ef5b32c1ff4c4c224d6e8db2935dc3c0

ksz884x: delete useless variable

Author: Julia Lawall <Julia.Lawall@lip6.fr> Delete a variable that is at most only assigned to a constant, but never used otherwise. In this code, it is the variable result that is used for the return code, not rc. A simplified version of the semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ type …

Continue reading