From f2459201c72e8f8553644505eed19954d4c3a023 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Sun, 9 Mar 2014 05:47:12 +0530 Subject: [PATCH] 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-format-patch failed