Added missing variable initialization in open_conf() functions (hwdep, timer); Uros

This commit is contained in:
Jaroslav Kysela 2001-12-27 20:55:53 +00:00
parent 5ba91b544f
commit f422fb9a78
4 changed files with 7 additions and 15 deletions

View file

@ -134,6 +134,8 @@ static int snd_seq_open_conf(snd_seq_t **seqp, const char *name,
continue;
}
SNDERR("Unknown field %s", id);
err = -EINVAL;
goto _err;
}
}
if (!open_name) {