[PATCH] fbdev: Reduce stack usage
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 10 Jan 2006 04:53:38 +0000 (20:53 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:50 +0000 (08:01 -0800)
commitaf5d0f7e2b5e9ef369de2aefe51e14ca1e6928f5
treeb62bc8f2c9fc4825a1e35669483fe3064f627735
parent0a484a3af905a256cbdd7079defceac62b39e8fa
[PATCH] fbdev: Reduce stack usage

calc_mode_timings() and fb_get_mode() are using more than 500 bytes off the
stack.  Fix.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/fbmon.c