[alsa-devel] [PATCHv2 7/9] ASoC: omap: rx51: Add some error messages
Pavel Machek
pavel at ucw.cz
Mon Jun 30 12:02:40 CEST 2014
Hi!
> Add more error messages making it easier to identify problems.
>
> Signed-off-by: Sebastian Reichel <sre at kernel.org>
> ---
> sound/soc/omap/rx51.c | 16 +++++++++++++---
> 1 file changed, 13 insertions(+), 3 deletions(-)
> + if (err) {
> + dev_err(card->dev, "Failed to add GPIOs\n");
> + return err;
> + }
>
> return err;
> }
As you'll return err, anyway, you don't need to do it inside the if()... OTOH it
does not hurt.
Acked-by: Pavel Machek <pavel at ucw.cz>
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
More information about the Alsa-devel
mailing list