mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
(mds) add i2c- prefix to module name in version/date printk for those
that were missing it. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@949 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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) {
|
||||
|
@@ -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) {
|
||||
|
@@ -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) {
|
||||
|
@@ -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");
|
||||
|
@@ -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) {
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user