ASoC: fsl_xcvr: Omit superfluous error message in fsl_xcvr_probe()
authorTang Bin <tangbin@cmss.chinamobile.com>
Thu, 24 Jun 2021 10:45:05 +0000 (18:45 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 11 Jul 2021 22:48:38 +0000 (23:48 +0100)
commit8620c40002db9679279546cc3be2aceb8c5e5e76
treeec2d97d4183ce3c959cab59c6e224dde295ad212
parentd5bb69dc54ec1e09f3fd626fdb9c340c0511dbd5
ASoC: fsl_xcvr: Omit superfluous error message in fsl_xcvr_probe()

In the function fsl_xcvr__probe(), when get irq failed,
the function platform_get_irq() logs an error message, so remove
redundant message here.

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