From: Geert Uytterhoeven Date: Tue, 18 Nov 2008 20:13:01 +0000 (+0100) Subject: fbdev: atafb - Fix line length handling X-Git-Tag: v2.6.29-rc2~109^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02603930da19fa447648952873e967fb9663ec18;p=pandora-kernel.git fbdev: atafb - Fix line length handling - Make sure par->next_line is always set (this was done for Falcon only), as all the text console drawing operations need a valid par->next_line, - Make sure fix->line_length is always set, as some userspace applications need it because they don't have fallback code for the case where it's zero. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed