hwmon: Fix debug messages in w83781d
authorJean Delvare <khali@linux-fr.org>
Fri, 13 Oct 2006 15:03:42 +0000 (17:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 18 Oct 2006 20:03:09 +0000 (13:03 -0700)
Fix debug messages in w83781d at detection time. We can't use dev_dbg()
on an i2c client's device before calling i2c_attach_client() on that
client.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found