From: Dan Carpenter Date: Wed, 13 Nov 2013 07:58:38 +0000 (+0300) Subject: ALSA: isa: not allocating enough space X-Git-Tag: v3.13-rc1~54^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ede6651066a81c15fba3c0c7c942aa6f9614091;p=pandora-kernel.git ALSA: isa: not allocating enough space We allocate only 4 bytes here "sizeof(int)" instead of WF_MSAMPLE_BYTES (259) which was intended. Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed