]> git.baikalelectronics.ru Git - kernel.git/commit
i2c-nforce2: Remove redundant error messages on ACPI conflict
authorChase Douglas <chase.douglas@canonical.com>
Fri, 21 May 2010 16:41:01 +0000 (18:41 +0200)
committerJean Delvare <khali@linux-fr.org>
Fri, 21 May 2010 16:41:01 +0000 (18:41 +0200)
commitf4c275cd5e9124fd09446530bfa5613ebd2a0741
tree5a988da2f4068262776fa30ebd2718cd8f117793
parent732eac866e24ddf22525159a596424fc017e4ae3
i2c-nforce2: Remove redundant error messages on ACPI conflict

The ACPI subsystem strictly checks for resource conflicts. When there's
a conflict, it outputs a warning message with all the details needed to
properly diagnose the underlying issue. However, the i2c-nforce2 driver
also prints its own message. Not only is the message redundant, it is at
the KERN_ERR level, which overrides some bootsplash screens for no good
reason. This change removes the two lines that print out the error
messages.

Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-nforce2.c