From e47cd5cdb3b581aae3013e9e33568274ced27488 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 9 Aug 2005 10:07:57 -0700 Subject: [PATCH] --- yaml --- r: 5731 b: refs/heads/master c: a242b44da6feb604c4c659b78f63dedb69b2d4a3 h: refs/heads/master i: 5729: 888490204478af454b06dbc54c1cd7fec423ce73 5727: f94fc56a5d502a53d29b89d30ee21b6df68aa52e v: v3 --- [refs] | 2 +- trunk/drivers/i2c/busses/i2c-sibyte.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index cf87262c38fd..5cd4534dd911 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01df0e3a79d3913df178e9a1047ade425a7c118f +refs/heads/master: a242b44da6feb604c4c659b78f63dedb69b2d4a3 diff --git a/trunk/drivers/i2c/busses/i2c-sibyte.c b/trunk/drivers/i2c/busses/i2c-sibyte.c index 1c99536b673b..fa503ed9f86d 100644 --- a/trunk/drivers/i2c/busses/i2c-sibyte.c +++ b/trunk/drivers/i2c/busses/i2c-sibyte.c @@ -23,8 +23,8 @@ #include 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] = {