]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit01b172e2f84f5c8bfb1290e17f6074990c58849a
treeec2d97d4183ce3c959cab59c6e224dde295ad212
parente8226d2f85a6b1d5e86a9353e9f20511cf0c0e34
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