mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
897044e99e
omapfb_mode_to_timings() had struct fb_info, struct fb_var and struct fb_ops allocated from stack. This caused the stack usage grow quite high. Use kzalloc to allocate the structs instead. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
omapfb-ioctl.c | ||
omapfb-main.c | ||
omapfb-sysfs.c | ||
omapfb.h |