Commit 52db745f authored by Bob Breuer's avatar Bob Breuer Committed by David S. Miller

[CG3]: FB mmap .voff and .poff were reversed.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d007c49c
......@@ -222,8 +222,8 @@ cg3_blank(int blank, struct fb_info *info)
static struct sbus_mmap_map cg3_mmap_map[] = {
{
.poff = CG3_MMAP_OFFSET,
.voff = CG3_RAM_OFFSET,
.voff = CG3_MMAP_OFFSET,
.poff = CG3_RAM_OFFSET,
.size = SBUS_MMAP_FBSIZE(1)
},
{ .size = 0 }
......
Markdown is supported
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