Milton Miller 80ca9a706b ALSA: correct kcalloc usage
kcalloc is supposed to be called with the count as its first argument and the
element size as the second.

Both arguments are size_t so does not affect correctness.  This callsite is
during module_init and therefore not performance critical.  Another patch will
optimize the case when the count is variable but the size is fixed.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2008-07-14 09:01:09 +02:00
..
2008-05-27 15:56:20 +02:00
2008-05-27 15:56:20 +02:00
2008-07-10 09:32:58 +02:00
2008-05-27 15:56:20 +02:00
2008-07-10 09:32:59 +02:00
2008-06-13 16:29:50 +02:00
2008-05-27 15:56:20 +02:00
2008-07-14 09:01:09 +02:00
2008-07-10 09:32:58 +02:00
2008-05-27 15:56:20 +02:00
2008-05-27 15:56:20 +02:00
2007-02-09 09:03:54 +01:00
2008-05-27 15:56:20 +02:00
2008-01-31 17:29:48 +01:00
2007-05-21 09:18:19 -07:00