Changeset 4651 for lm-sensors/trunk/kernel/chips/lm63.c
- Timestamp:
- 08/11/07 09:30:31 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm63.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm63.c
r2994 r4651 357 357 if (data->config & 0x40) { /* standby */ 358 358 #ifdef DEBUG 359 printk(KERN_DEBUG "lm63: Switching to operational mode ");359 printk(KERN_DEBUG "lm63: Switching to operational mode\n"); 360 360 #endif 361 361 data->config &= 0xA7;
