]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: atafb - Fix line length handling
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 18 Nov 2008 20:13:01 +0000 (21:13 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 12 Jan 2009 19:56:29 +0000 (20:56 +0100)
commit1588733007c4b665c82c47f4fa6d9df51200162d
tree88e5f7dceb0955843da655016f795ab71d95edf0
parent98008ba635082cf842977a3791ed996cd0469956
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 <geert@linux-m68k.org>
drivers/video/atafb.c