mirror of https://gitee.com/openkylin/linux.git
atyfb: kill dead code
Coverity Bug 68, kill dead code. 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>
This commit is contained in:
parent
41988d6e60
commit
3a2842480b
|
@ -2338,6 +2338,7 @@ static int __devinit aty_init(struct fb_info *info)
|
||||||
case DAC_IBMRGB514:
|
case DAC_IBMRGB514:
|
||||||
par->dac_ops = &aty_dac_ibm514;
|
par->dac_ops = &aty_dac_ibm514;
|
||||||
break;
|
break;
|
||||||
|
#ifdef CONFIG_ATARI
|
||||||
case DAC_ATI68860_B:
|
case DAC_ATI68860_B:
|
||||||
case DAC_ATI68860_C:
|
case DAC_ATI68860_C:
|
||||||
par->dac_ops = &aty_dac_ati68860b;
|
par->dac_ops = &aty_dac_ati68860b;
|
||||||
|
@ -2346,6 +2347,7 @@ static int __devinit aty_init(struct fb_info *info)
|
||||||
case DAC_ATT21C498:
|
case DAC_ATT21C498:
|
||||||
par->dac_ops = &aty_dac_att21c498;
|
par->dac_ops = &aty_dac_att21c498;
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
PRINTKI("aty_init: DAC type not implemented yet!\n");
|
PRINTKI("aty_init: DAC type not implemented yet!\n");
|
||||||
par->dac_ops = &aty_dac_unsupported;
|
par->dac_ops = &aty_dac_unsupported;
|
||||||
|
|
Loading…
Reference in New Issue