Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5731
b: refs/heads/master
c: a242b44
h: refs/heads/master
i:
  5729: 8884902
  5727: f94fc56
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Aug 9, 2005
1 parent 7105993 commit e47cd5c
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: 01df0e3a79d3913df178e9a1047ade425a7c118f
refs/heads/master: a242b44da6feb604c4c659b78f63dedb69b2d4a3
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-sibyte.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <asm/sibyte/sb1250_smbus.h>

static struct i2c_algo_sibyte_data sibyte_board_data[2] = {
{ NULL, 0, (void *) (KSEG1+A_SMB_BASE(0)) },
{ NULL, 1, (void *) (KSEG1+A_SMB_BASE(1)) }
{ NULL, 0, (void *) (CKSEG1+A_SMB_BASE(0)) },
{ NULL, 1, (void *) (CKSEG1+A_SMB_BASE(1)) }
};

static struct i2c_adapter sibyte_board_adapter[2] = {
Expand Down

0 comments on commit e47cd5c

Please sign in to comment.