Changeset 949

Show
Ignore:
Timestamp:
12/15/00 01:50:18 (8 years ago)
Author:
mds
Message:

(mds) add i2c- prefix to module name in version/date printk for those

that were missing it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/busses/i2c-ali1535.c

    r927 r949  
    610610{ 
    611611        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); 
    613613#ifdef DEBUG 
    614614/* PE- It might be good to make this a permanent part of the code! */ 
  • lm-sensors/trunk/kernel/busses/i2c-ali15x3.c

    r875 r949  
    566566{ 
    567567        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); 
    569569#ifdef DEBUG 
    570570/* PE- It might be good to make this a permanent part of the code! */ 
  • lm-sensors/trunk/kernel/busses/i2c-amd756.c

    r726 r949  
    447447{ 
    448448        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); 
    450450#ifdef DEBUG 
    451451/* PE- It might be good to make this a permanent part of the code! */ 
  • lm-sensors/trunk/kernel/busses/i2c-i801.c

    r856 r949  
    627627{ 
    628628        int res; 
    629         printk("i801.o version %s (%s)\n", LM_VERSION, LM_DATE); 
     629        printk("i2c-i801.o version %s (%s)\n", LM_VERSION, LM_DATE); 
    630630#ifdef DEBUG 
    631631/* PE- It might be good to make this a permanent part of the code! */ 
  • lm-sensors/trunk/kernel/busses/i2c-osb4.c

    r946 r949  
    453453{ 
    454454        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); 
    456456        if (osb4_initialized) { 
    457457                printk 
  • lm-sensors/trunk/kernel/busses/i2c-piix4.c

    r707 r949  
    451451{ 
    452452        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); 
    454454#ifdef DEBUG 
    455455/* PE- It might be good to make this a permanent part of the code! */ 
  • lm-sensors/trunk/kernel/busses/i2c-viapro.c

    r901 r949  
    487487{ 
    488488        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); 
    490490#ifdef DEBUG 
    491491/* PE- It might be good to make this a permanent part of the code! */