diff --git a/kernel/busses/i2c-ali1535.c b/kernel/busses/i2c-ali1535.c index 510a13bd..1480c7b0 100644 --- a/kernel/busses/i2c-ali1535.c +++ b/kernel/busses/i2c-ali1535.c @@ -609,7 +609,7 @@ u32 ali1535_func(struct i2c_adapter *adapter) int __init i2c_ali1535_init(void) { int res; - printk("ali1535.o version %s (%s)\n", LM_VERSION, LM_DATE); + printk("i2c-ali1535.o version %s (%s)\n", LM_VERSION, LM_DATE); #ifdef DEBUG /* PE- It might be good to make this a permanent part of the code! */ if (ali1535_initialized) { diff --git a/kernel/busses/i2c-ali15x3.c b/kernel/busses/i2c-ali15x3.c index 5c1a44ed..43c5e88a 100644 --- a/kernel/busses/i2c-ali15x3.c +++ b/kernel/busses/i2c-ali15x3.c @@ -565,7 +565,7 @@ u32 ali15x3_func(struct i2c_adapter *adapter) int __init i2c_ali15x3_init(void) { int res; - printk("ali15x3.o version %s (%s)\n", LM_VERSION, LM_DATE); + printk("i2c-ali15x3.o version %s (%s)\n", LM_VERSION, LM_DATE); #ifdef DEBUG /* PE- It might be good to make this a permanent part of the code! */ if (ali15x3_initialized) { diff --git a/kernel/busses/i2c-amd756.c b/kernel/busses/i2c-amd756.c index e1499f58..988ecaf2 100644 --- a/kernel/busses/i2c-amd756.c +++ b/kernel/busses/i2c-amd756.c @@ -446,7 +446,7 @@ u32 amd756_func(struct i2c_adapter *adapter) int __init i2c_amd756_init(void) { int res; - printk("amd756.o version %s (%s)\n", LM_VERSION, LM_DATE); + printk("i2c-amd756.o version %s (%s)\n", LM_VERSION, LM_DATE); #ifdef DEBUG /* PE- It might be good to make this a permanent part of the code! */ if (amd756_initialized) { diff --git a/kernel/busses/i2c-i801.c b/kernel/busses/i2c-i801.c index 9d0470c2..5d4f2e0a 100644 --- a/kernel/busses/i2c-i801.c +++ b/kernel/busses/i2c-i801.c @@ -626,7 +626,7 @@ u32 i801_func(struct i2c_adapter *adapter) int __init i2c_i801_init(void) { int res; - printk("i801.o version %s (%s)\n", LM_VERSION, LM_DATE); + printk("i2c-i801.o version %s (%s)\n", LM_VERSION, LM_DATE); #ifdef DEBUG /* PE- It might be good to make this a permanent part of the code! */ if (i801_initialized) { diff --git a/kernel/busses/i2c-osb4.c b/kernel/busses/i2c-osb4.c index 44581168..22c73ae2 100644 --- a/kernel/busses/i2c-osb4.c +++ b/kernel/busses/i2c-osb4.c @@ -452,7 +452,7 @@ u32 osb4_func(struct i2c_adapter *adapter) int __init i2c_osb4_init(void) { int res; - printk("osb4.o version %s (%s)\n", LM_VERSION, LM_DATE); + printk("i2c-osb4.o version %s (%s)\n", LM_VERSION, LM_DATE); if (osb4_initialized) { printk ("i2c-osb4.o: Oops, osb4_init called a second time!\n"); diff --git a/kernel/busses/i2c-piix4.c b/kernel/busses/i2c-piix4.c index ff996925..8a1d9246 100644 --- a/kernel/busses/i2c-piix4.c +++ b/kernel/busses/i2c-piix4.c @@ -450,7 +450,7 @@ u32 piix4_func(struct i2c_adapter *adapter) int __init i2c_piix4_init(void) { int res; - printk("piix4.o version %s (%s)\n", LM_VERSION, LM_DATE); + printk("i2c-piix4.o version %s (%s)\n", LM_VERSION, LM_DATE); #ifdef DEBUG /* PE- It might be good to make this a permanent part of the code! */ if (piix4_initialized) { diff --git a/kernel/busses/i2c-viapro.c b/kernel/busses/i2c-viapro.c index 32980f1f..373e721b 100644 --- a/kernel/busses/i2c-viapro.c +++ b/kernel/busses/i2c-viapro.c @@ -486,7 +486,7 @@ u32 vt596_func(struct i2c_adapter *adapter) int __init i2c_vt596_init(void) { int res; - printk("via2.o version %s (%s)\n", LM_VERSION, LM_DATE); + printk("i2c-viapro.o version %s (%s)\n", LM_VERSION, LM_DATE); #ifdef DEBUG /* PE- It might be good to make this a permanent part of the code! */ if (vt596_initialized) {