From: Konrad Zapalowicz Date: Wed, 6 Aug 2014 12:21:21 +0000 (+0200) Subject: staging: dgnc: Fix frame size is larger than 1024B X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1335 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea6e9dea2e72a7abd146a2c5bab726b27f34b36c;p=pandora-kernel.git staging: dgnc: Fix frame size is larger than 1024B This comit fixes the following sparse warnign: drivers/staging/dgnc/dgnc_tty.c:572:1: warning: the frame size of 1060 bytes is larger than 1024 bytes [-Wframe-larger-than=] This was caused by having buffer as an automatic variable. This commit moves it from the stack to the heap. Signed-off-by: Konrad Zapalowicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed