alistair23-linux/sound/mips
Julia Lawall 646cb6dae4 ALSA: au1x00: fix error return code
Return a negative error code on failure.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
identifier ret; expression e1,e2;
@@
(
if (\(ret < 0\|ret != 0\))
 { ... return ret; }
|
ret = 0
)
... when != ret = e1
    when != &ret
*if(...)
{
  ... when != ret = e2
      when forall
 return ret;
}
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2015-04-05 18:04:27 +02:00
..
ad1843.c
au1x00.c ALSA: au1x00: fix error return code 2015-04-05 18:04:27 +02:00
hal2.c ALSA: mips: drop owner assignment from platform_drivers 2014-10-20 16:22:01 +02:00
hal2.h
Kconfig
Makefile
sgio2audio.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00