Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17618
b: refs/heads/master
c: 2610acc
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Zummo authored and Linus Torvalds committed Jan 10, 2006
1 parent d97cdd6 commit 0119769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b73deed32d08740bdbf5f4aab43d988e4d135d95
refs/heads/master: 2610acc7ab36d7657d9a0c97a0e83cd1d6ee2b33
6 changes: 3 additions & 3 deletions trunk/drivers/video/nvidia/nv_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ void nvidia_create_i2c_busses(struct nvidia_par *par)
par->chan[2].par = par;

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

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

par->chan[2].ddc_base = 0x50;
nvidia_setup_i2c_bus(&par->chan[2], "BUS3");
nvidia_setup_i2c_bus(&par->chan[2], "nvidia #2");
}

void nvidia_delete_i2c_busses(struct nvidia_par *par)
Expand Down

0 comments on commit 0119769

Please sign in to comment.