Tag: d26a752e198fcd4e3bcd8787a045f6aacb93419d

staging: rtl8723au: hal: Remove useless intialisation

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Remove intialisation of a variable that is immediately reassigned. The problem was found using coccinelle semantic patch and further opportunities were identified by hand. The semantic patch used to find this is: // @@ type T; identifier x; constant C; expression e; @@ T x – = C ; x …

Continue reading