Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54892
b: refs/heads/master
c: 2707cd0
h: refs/heads/master
v: v3
  • Loading branch information
Petr Vandrovec authored and Linus Torvalds committed May 8, 2007
1 parent c4cd835 commit eb44a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd1447134454b169d5ae353aceb93f2368db8547
refs/heads/master: 2707cd016b12d5e64c4feefcb5740b65f0c46845
4 changes: 2 additions & 2 deletions trunk/drivers/video/nvidia/nv_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ void nvidia_create_i2c_busses(struct nvidia_par *par)
par->chan[1].par = par;
par->chan[2].par = par;

par->chan[0].ddc_base = 0x3e;
par->chan[0].ddc_base = 0x36;
nvidia_setup_i2c_bus(&par->chan[0], "nvidia #0");

par->chan[1].ddc_base = 0x36;
par->chan[1].ddc_base = 0x3e;
nvidia_setup_i2c_bus(&par->chan[1], "nvidia #1");

par->chan[2].ddc_base = 0x50;
Expand Down

0 comments on commit eb44a5b

Please sign in to comment.