Changeset 949
- Timestamp:
- 12/15/00 01:50:18 (8 years ago)
- Files:
-
- lm-sensors/trunk/kernel/busses/i2c-ali1535.c (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-ali15x3.c (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-amd756.c (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-i801.c (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-osb4.c (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-piix4.c (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-viapro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/busses/i2c-ali1535.c
r927 r949 610 610 { 611 611 int res; 612 printk(" ali1535.o version %s (%s)\n", LM_VERSION, LM_DATE);612 printk("i2c-ali1535.o version %s (%s)\n", LM_VERSION, LM_DATE); 613 613 #ifdef DEBUG 614 614 /* PE- It might be good to make this a permanent part of the code! */ lm-sensors/trunk/kernel/busses/i2c-ali15x3.c
r875 r949 566 566 { 567 567 int res; 568 printk(" ali15x3.o version %s (%s)\n", LM_VERSION, LM_DATE);568 printk("i2c-ali15x3.o version %s (%s)\n", LM_VERSION, LM_DATE); 569 569 #ifdef DEBUG 570 570 /* PE- It might be good to make this a permanent part of the code! */ lm-sensors/trunk/kernel/busses/i2c-amd756.c
r726 r949 447 447 { 448 448 int res; 449 printk(" amd756.o version %s (%s)\n", LM_VERSION, LM_DATE);449 printk("i2c-amd756.o version %s (%s)\n", LM_VERSION, LM_DATE); 450 450 #ifdef DEBUG 451 451 /* PE- It might be good to make this a permanent part of the code! */ lm-sensors/trunk/kernel/busses/i2c-i801.c
r856 r949 627 627 { 628 628 int res; 629 printk("i 801.o version %s (%s)\n", LM_VERSION, LM_DATE);629 printk("i2c-i801.o version %s (%s)\n", LM_VERSION, LM_DATE); 630 630 #ifdef DEBUG 631 631 /* PE- It might be good to make this a permanent part of the code! */ lm-sensors/trunk/kernel/busses/i2c-osb4.c
r946 r949 453 453 { 454 454 int res; 455 printk(" osb4.o version %s (%s)\n", LM_VERSION, LM_DATE);455 printk("i2c-osb4.o version %s (%s)\n", LM_VERSION, LM_DATE); 456 456 if (osb4_initialized) { 457 457 printk lm-sensors/trunk/kernel/busses/i2c-piix4.c
r707 r949 451 451 { 452 452 int res; 453 printk(" piix4.o version %s (%s)\n", LM_VERSION, LM_DATE);453 printk("i2c-piix4.o version %s (%s)\n", LM_VERSION, LM_DATE); 454 454 #ifdef DEBUG 455 455 /* PE- It might be good to make this a permanent part of the code! */ lm-sensors/trunk/kernel/busses/i2c-viapro.c
r901 r949 487 487 { 488 488 int res; 489 printk(" via2.o version %s (%s)\n", LM_VERSION, LM_DATE);489 printk("i2c-viapro.o version %s (%s)\n", LM_VERSION, LM_DATE); 490 490 #ifdef DEBUG 491 491 /* PE- It might be good to make this a permanent part of the code! */
