On Wed, Jul 10, 2019 at 2:25 AM Hariprasad Kelam <[email protected]> wrote: > > As mt6358_codec_init_reg function always returns 0 , change return type > from int to void. > > fixes below issue reported by coccicheck > sound/soc/codecs/mt6358.c:2260:5-8: Unneeded variable: "ret". Return "0" > on line 2289 > > Signed-off-by: Hariprasad Kelam <[email protected]> Acked-by: Tzung-Bi Shih <[email protected]>
Thanks for cleaning this up.

