From: "J.A. Magallon" drivers/i2c/chips/w83781d.c is flooding my syslog with: Jan 24 23:50:36 werewolf kernel: Starting device update Jan 24 23:51:09 werewolf last message repeated 11 times Jan 24 23:52:12 werewolf last message repeated 21 times Jan 24 23:53:15 werewolf last message repeated 21 times Jan 24 23:54:18 werewolf last message repeated 21 times --- drivers/i2c/chips/w83781d.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/i2c/chips/w83781d.c~kill-noisy-i2c-printk drivers/i2c/chips/w83781d.c --- 25/drivers/i2c/chips/w83781d.c~kill-noisy-i2c-printk 2004-01-24 15:47:49.000000000 -0800 +++ 25-akpm/drivers/i2c/chips/w83781d.c 2004-01-24 15:47:50.000000000 -0800 @@ -1656,7 +1656,6 @@ w83781d_update_client(struct i2c_client if (time_after (jiffies - data->last_updated, (unsigned long) (HZ + HZ / 2)) || time_before(jiffies, data->last_updated) || !data->valid) { - pr_debug("Starting device update\n"); for (i = 0; i <= 8; i++) { if ((data->type == w83783s || data->type == w83697hf) _