Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sound: oss: Remove useless initialisation
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 <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information