ASoC: ak4642: Minor cleanups in probe()
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 31 Aug 2023 20:47:33 +0000 (21:47 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 00:24:02 +0000 (01:24 +0100)
commita157d07d029be5b72ee3bce3ac44dab7b967bc9b
tree65e497cc0e7a776e95c645f64e08a5243cab8787
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
ASoC: ak4642: Minor cleanups in probe()

Some minor cleanups:
 Replace local variable np with dev_fwnode()
 Replace dev_err()->dev_err_probe().
 Remove comma in the terminator entry for OF table.
 Drop a space in the terminator entry for ID table.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230831204734.104954-2-biju.das.jz@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4642.c