commit | 61ab7903b8cd772d3bfb28bc26d02c599cfb0e5b | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Fri Sep 09 13:10:02 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 14:03:40 2005 -0700 |
tree | 4140b59ec3882a954b620ebbee56d6c7bcdf781d | |
parent | 7c1cd6fd5efeb95603e37f35b5da293b452d8b64 [diff] |
[PATCH] fbdev: Initialize var structure in calc_mode_timings The var structure in calc_mode_timings is not properly initialized (zero set) which leads to undefined behavior when it is passed to fb_get_mode(). Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>