Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54879
b: refs/heads/master
c: 3a28424
h: refs/heads/master
i:
  54877: 6a95dfa
  54875: b44dc29
  54871: edcde94
  54863: 9b97e91
  54847: b6d36de
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed May 8, 2007
1 parent 8c36b8e commit b755ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41988d6e601fc6addef40421c57763a846d8ab1c
refs/heads/master: 3a2842480bbef42c3c90e14c1f378360d8c20a0c
2 changes: 2 additions & 0 deletions trunk/drivers/video/aty/atyfb_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit b755ff5

Please sign in to comment.