OSDN Git Service

ASoC: fsl_micfil: Fix unused assignment in fsl_set_clock_params()
authorTang Bin <tangbin@cmss.chinamobile.com>
Mon, 18 May 2020 11:00:40 +0000 (19:00 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2020 15:43:44 +0000 (16:43 +0100)
commit15b5c496ff99ce99ab3c5e98e96981d015b3168a
treefa8641aaebc53d570d5a115c9ddaaac901092fe3
parentf0a77d2b0e1ccad7e4086094f67d138e8c3050a2
ASoC: fsl_micfil: Fix unused assignment in fsl_set_clock_params()

Delete unused initialized value of 'ret', because it will
be assigned by the function fsl_micfil_set_mclk_rate().

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200518110040.18036-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_micfil.c