mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 17:50:54 +07:00
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:
|
||||
par->dac_ops = &aty_dac_ibm514;
|
||||
break;
|
||||
#ifdef CONFIG_ATARI
|
||||
case DAC_ATI68860_B:
|
||||
case DAC_ATI68860_C:
|
||||
par->dac_ops = &aty_dac_ati68860b;
|
||||
@ -2346,6 +2347,7 @@ static int __devinit aty_init(struct fb_info *info)
|
||||
case DAC_ATT21C498:
|
||||
par->dac_ops = &aty_dac_att21c498;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
PRINTKI("aty_init: DAC type not implemented yet!\n");
|
||||
par->dac_ops = &aty_dac_unsupported;
|
||||
|
Loading…
Reference in New Issue
Block a user