mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[PATCH] atyfb: Fix dead code
Coverity Bug 68: Fix dead code Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4ee1acce49
commit
0fa67f84f4
@ -2402,12 +2402,15 @@ static int __init aty_init(struct fb_info *info, const char *name)
|
||||
break;
|
||||
}
|
||||
switch (clk_type) {
|
||||
#ifdef CONFIG_ATARI
|
||||
case CLK_ATI18818_1:
|
||||
par->pll_ops = &aty_pll_ati18818_1;
|
||||
break;
|
||||
#else
|
||||
case CLK_IBMRGB514:
|
||||
par->pll_ops = &aty_pll_ibm514;
|
||||
break;
|
||||
#endif
|
||||
#if 0 /* dead code */
|
||||
case CLK_STG1703:
|
||||
par->pll_ops = &aty_pll_stg1703;
|
||||
|
Loading…
Reference in New Issue
Block a user