diff options
-rw-r--r-- | drivers/video/fbdev/offb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/offb.c b/drivers/video/fbdev/offb.c index 8f62e174990b..fbc6eafb63c7 100644 --- a/drivers/video/fbdev/offb.c +++ b/drivers/video/fbdev/offb.c | |||
@@ -141,6 +141,7 @@ static int offb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, | |||
141 | /* Clear PALETTE_ACCESS_CNTL in DAC_CNTL */ | 141 | /* Clear PALETTE_ACCESS_CNTL in DAC_CNTL */ |
142 | out_le32(par->cmap_adr + 0x58, | 142 | out_le32(par->cmap_adr + 0x58, |
143 | in_le32(par->cmap_adr + 0x58) & ~0x20); | 143 | in_le32(par->cmap_adr + 0x58) & ~0x20); |
144 | /* fall through */ | ||
144 | case cmap_r128: | 145 | case cmap_r128: |
145 | /* Set palette index & data */ | 146 | /* Set palette index & data */ |
146 | out_8(par->cmap_adr + 0xb0, regno); | 147 | out_8(par->cmap_adr + 0xb0, regno); |
@@ -210,6 +211,7 @@ static int offb_blank(int blank, struct fb_info *info) | |||
210 | /* Clear PALETTE_ACCESS_CNTL in DAC_CNTL */ | 211 | /* Clear PALETTE_ACCESS_CNTL in DAC_CNTL */ |
211 | out_le32(par->cmap_adr + 0x58, | 212 | out_le32(par->cmap_adr + 0x58, |
212 | in_le32(par->cmap_adr + 0x58) & ~0x20); | 213 | in_le32(par->cmap_adr + 0x58) & ~0x20); |
214 | /* fall through */ | ||
213 | case cmap_r128: | 215 | case cmap_r128: |
214 | /* Set palette index & data */ | 216 | /* Set palette index & data */ |
215 | out_8(par->cmap_adr + 0xb0, i); | 217 | out_8(par->cmap_adr + 0xb0, i); |