Skip to content
Commit 02603930 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent ae04d140
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment