From ad276d8c4f37f6fc79a27ba076137059877c282e Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 27 Jan 2005 21:26:48 +0000 Subject: [PATCH] Skip final initialization step for AS99127F chips. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2877 7894878c-1315-0410-8ee3-d5d059ff63e0 --- kernel/chips/w83781d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/chips/w83781d.c b/kernel/chips/w83781d.c index fb0f5ad3..36f9be78 100644 --- a/kernel/chips/w83781d.c +++ b/kernel/chips/w83781d.c @@ -1317,7 +1317,7 @@ static void w83781d_init_client(struct i2c_client *client) } #endif /* W83781D_RT */ - if(init) { + if (init && type != as99127f) { w83781d_write_value(client, W83781D_REG_TEMP2_CONFIG, 0x00); if (type != w83783s && type != w83697hf) { w83781d_write_value(client, W83781D_REG_TEMP3_CONFIG,