10 Jul
2019
10 Jul
'19
7:24 a.m.
On Wed, Jul 10, 2019 at 2:25 AM Hariprasad Kelam hariprasad.kelam@gmail.com 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 hariprasad.kelam@gmail.com
Acked-by: Tzung-Bi Shih tzungbi@google.com
Thanks for cleaning this up.