From: Mark Brown Date: Thu, 28 Jul 2022 00:21:40 +0000 (+0100) Subject: ASoC: atmel: one fix and one cleanup X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b01156128f4953204e83ff0e67b4a8b52e67f3d8;p=linux.git ASoC: atmel: one fix and one cleanup Merge series from Claudiu Beznea : Hi, The series adds one fix for mchp-spdifrx and one cleanups for mchp-spdifrx and mchp-spdifrx drivers. Thank you, Claudiu Beznea Changes in v3: - changed cover letter title s/few/one, s/cleanups/cleanup - fix compilation error and warnings - keep only patch 1/5 and patch 3/5 from previous version as the rest of them were integrated Changes in v2: - s/tag/tab in the title of patch 2/5 Claudiu Beznea (2): ASoC: mchp-spdifrx: disable end of block interrupt on failures ASoC: mchp-spdiftx: remove references to mchp_i2s_caps sound/soc/atmel/mchp-spdifrx.c | 9 ++++++--- sound/soc/atmel/mchp-spdiftx.c | 8 -------- 2 files changed, 6 insertions(+), 11 deletions(-) -- 2.34.1 --- b01156128f4953204e83ff0e67b4a8b52e67f3d8 diff --cc sound/soc/atmel/mchp-spdiftx.c index cb4d0140dfe02,9b40df2c39f9b..4850a177803db --- a/sound/soc/atmel/mchp-spdiftx.c +++ b/sound/soc/atmel/mchp-spdiftx.c @@@ -761,12 -761,10 +760,10 @@@ static const struct of_device_id mchp_s }, { /* sentinel */ } }; - MODULE_DEVICE_TABLE(of, mchp_spdiftx_dt_ids); + static int mchp_spdiftx_probe(struct platform_device *pdev) { - struct device_node *np = pdev->dev.of_node; - const struct of_device_id *match; struct mchp_spdiftx_dev *dev; struct resource *mem; struct regmap *regmap;