[alsa-devel] [PATCH] ASoC: simple-card: Add a NULL pointer check in asoc_simple_card_dai_link_of
Lars-Peter Clausen
lars at metafoo.de
Tue Mar 3 14:18:50 CET 2015
On 03/03/2015 02:14 PM, Vishal Thanki wrote:
[...]
> + if (!name) {
> + ret = -ENOMEM;
> + goto dai_link_of_err;
> + }
> +
The indention here is broken.
More information about the Alsa-devel
mailing list