commit | a58858556deb03ea4a464f84fe888692867ce377 | [log] [tgz] |
---|---|---|
author | Marcin Slusarz <marcin.slusarz@gmail.com> | Tue Apr 22 14:45:33 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Apr 24 14:07:46 2008 -0300 |
tree | 715753daa1e59ff85ed4be0a1bb68387f1178f7a | |
parent | 1c3bf598cf794558694c8beb0c8c7056a81dbe04 [diff] |
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 <marcin.slusarz@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>