tx3912fb: fix improper assignment of info->pseudo_palette
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 17 Jul 2007 11:05:42 +0000 (04:05 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:12 +0000 (10:23 -0700)
commit1ce0e9a9213bfa2f77363d3eef4d15808473cbe5
tree3daf3fdb5539e6c822cc9586e49c4c578f36ec1b
parent973d9ab231a6b9feb1ff5b9a072f11756eca96cc
tx3912fb: fix improper assignment of info->pseudo_palette

There is no variable pseudo_palette.  Instead, there is u32 cfb8[16]. Use
this for info->pseudo_palette.

Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/tx3912fb.c