aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2008-07-13 13:58:12 +0200
committerJaroslav Kysela <perex@perex.cz>2008-07-14 09:01:09 +0200
commit80ca9a706b458d09b8cc8d5258bb61957f66ca5e (patch)
treeb8b0f6c2736f89b4dc5a45a834aaa0099b07aa90 /include/sound
parentALSA: ALSA driver for SGI O2 audio board (diff)
downloadlinux-dev-80ca9a706b458d09b8cc8d5258bb61957f66ca5e.tar.xz
linux-dev-80ca9a706b458d09b8cc8d5258bb61957f66ca5e.zip
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>
Diffstat (limited to 'include/sound')
0 files changed, 0 insertions, 0 deletions