]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ASoC: atmel: one fix and one cleanup
authorMark Brown <broonie@kernel.org>
Thu, 28 Jul 2022 00:21:40 +0000 (01:21 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 28 Jul 2022 00:21:40 +0000 (01:21 +0100)
Merge series from Claudiu Beznea <claudiu.beznea@microchip.com>:

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

1  2 
sound/soc/atmel/mchp-spdifrx.c
sound/soc/atmel/mchp-spdiftx.c

Simple merge
index cb4d0140dfe024e2747961c74c2a8d1504a316f5,9b40df2c39f9bf0d2567f707bbdd35a3f626c7d4..4850a177803dbee786c34a5aa93793cbc917d167
@@@ -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;