From: Marcin Slusarz Date: Sun, 11 Nov 2012 18:58:52 +0000 (+0100) Subject: drm/nv40: allocate ctxprog with kmalloc X-Git-Tag: v3.7-rc7~20^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f150b3e7a722ebfc68eec5d83a9fe1ee8d75d71;p=pandora-kernel.git drm/nv40: allocate ctxprog with kmalloc Some archs defconfigs have CONFIG_FRAME_WARN set to 1024, which lead to this warning: drivers/gpu/drm/nouveau/core/engine/graph/ctxnv40.c: warning: the frame size of 1184 bytes is larger than 1024 bytes Reported-by: Geert Uytterhoeven Signed-off-by: Marcin Slusarz Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed