Commit f199195e authored by Linus Torvalds's avatar Linus Torvalds

fbdev: fix compile of rivafb on __BIG_ENDIAN

Typo introduced by latest cleanups by Antonino
parent bf115e8a
......@@ -2112,7 +2112,7 @@ static void nv10GetConfig
#ifdef __BIG_ENDIAN
/* turn on big endian register access */
if(!(NV_RD32(chip->PMC, 0x00000004) & 0x01000001))
NV_WR32(chip->PMC, 0x00000004], 0x01000001);
NV_WR32(chip->PMC, 0x00000004, 0x01000001);
#endif
/*
......
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