From: Mauro Carvalho Chehab Date: Sat, 2 Nov 2013 11:16:47 +0000 (-0300) Subject: [media] lirc_zilog: Don't use dynamic static allocation X-Git-Tag: v3.13-rc1~46^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5b4b6bf0c84c48d7e2e3fce22e35b04282ba76;p=pandora-kernel.git [media] lirc_zilog: Don't use dynamic static allocation Dynamic static allocation is evil, as Kernel stack is too low, and ompilation complains about it on some archs: drivers/staging/media/lirc/lirc_zilog.c:967:1: warning: 'read' uses dynamic stack allocation [enabled by default] Instead, let's enforce a limit for the buffer to be 64. That should be more than enough. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed