From: Marcin Slusarz Date: Tue, 22 Apr 2008 17:45:33 +0000 (-0300) Subject: V4L/DVB (7286): limit stack usage of ir-kbd-i2c.c X-Git-Tag: v2.6.26-rc1~1084^2~377 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58858556deb03ea4a464f84fe888692867ce377;p=pandora-kernel.git V4L/DVB (7286): limit stack usage of ir-kbd-i2c.c ir_probe allocated struct i2c_client on stack; it's pretty big structure, so allocate it with kzalloc make checkstack output without this patch: x059d ir_probe [ir-kbd-i2c]: 1000 Signed-off-by: Marcin Slusarz Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed