Tag: dfa40d3e3686591f7c30990c67f11b5d30f4527f

sound: oss: Remove useless initialisation

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Remove useless initialisation of variable whose value is reinitialised later. The Coccinelle semantic patch used to make this change is as follows: @@ type T; identifier x; constant C; expression e; @@ T x – = C ; x = e; Signed-off-by: Amitoj Kaur Chawla Signed-off-by: Takashi Iwai — sound/oss/ad1848.c …

Continue reading