]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fbdev: grvga: Fix CLUT register address offset in comment
authorEduardo Silva <eduardo4silva@gmail.com>
Mon, 1 Jun 2026 19:46:44 +0000 (21:46 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 9 Jun 2026 14:00:10 +0000 (16:00 +0200)
commit7b8055831c1796d2be7eeeb00d4513f497c8390d
tree19bf032a7415a575d8824262f7050552071fda72
parent537cd3082b9000b15a25e85152dd16967d9a1a94
fbdev: grvga: Fix CLUT register address offset in comment

The comment does not match the actual address offset. According
to the GRLIB IP Library Reference Manual (p. 2119), the CLUT register
is at offset 0x28, not the value stated in the comment.

Signed-off-by: Eduardo Silva <eduardo4silva@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/grvga.c