Claudiu Beznea d346a4ad30
ASoC: mchp-spdiftx: return directly ret
Avoid having patterns like:

int ret;

// ...
ret = 0;
// ...

ret = call_function();
if (ret)
	return ret;

return 0;

and return directly ret for all cases.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220725130925.1781791-5-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-07-26 11:46:52 +01:00
..
2022-05-23 18:33:13 +01:00
2022-06-01 10:23:35 +02:00
2022-06-02 15:23:54 -07:00
2022-02-01 08:08:08 +01:00
2022-04-05 10:29:12 +01:00