X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=3c622ef0f9ec3356169827d2959b75e2f4f7592a;hp=8da91134a5208d36700e6aba4aafbc02ebc685ff;hb=34762fdc56d5294c15e03fda433ecfccdc6c5fb2;hpb=5b30367a7e47fe5b9014599586e819305d76c9b0 diff --git a/fade.c b/fade.c index 8da91134..3c622ef0 100644 --- a/fade.c +++ b/fade.c @@ -55,11 +55,7 @@ void para_log(__a_unused int ll, const char *fmt,...) */ static int open_mixer(void) { - int mixer_fd; - - if ((mixer_fd = open(conf.mixer_device_arg, O_RDWR, 0)) < 0) - return -1; - return mixer_fd; + return open(conf.mixer_device_arg, O_RDWR, 0); } /*