sh7760fb: write colormap value to hardware

The computed color value is never actually written to hardware
colormap register.

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Cc: Munakata Hisao <munakata.hisao@renesas.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Manuel Lauss and committed by Linus Torvalds c27ef92d 7fcba054

+1
+1
drivers/video/sh7760fb.c
··· 152 152 col |= ((*g) & 0xff) << 8; 153 153 col |= ((*b) & 0xff); 154 154 col &= SH7760FB_PALETTE_MASK; 155 + iowrite32(col, par->base + LDPR(s)); 155 156 156 157 if (s < 16) 157 158 ((u32 *) (info->pseudo_palette))[s] = s;