From: Himangi Saraogi Date: Sun, 9 Mar 2014 00:17:12 +0000 (+0530) Subject: staging:line6: Fix use of variable length arrays X-Git-Tag: v3.15-rc1~139^2~487 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2459201c72e8f8553644505eed19954d4c3a023;p=pandora-kernel.git staging:line6: Fix use of variable length arrays This patch fixes the sparse warning: drivers/staging/line6/midi.c:50:34: warning: Variable length array is used. The size is same as the variable LINE6_FALLBACK_MAXPACKETSIZE, so use that. Signed-off-by: Himangi Saraogi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed