[PATCH 1/1] UBUNTU: SAUCE: tone down the synaptics warning to avoid triggering kerneloops

Andy Whitcroft apw at canonical.com
Mon Mar 23 11:37:50 UTC 2009


Bug: #330606

Tone down the synaptics reset warning otherwise it may trigger kerneloops
and apport to report kernel crashes incorrectly.

Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 drivers/input/mouse/synaptics.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 5b01c14..4b0ab9d 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -71,7 +71,7 @@ int synaptics_detect(struct psmouse *psmouse, int set_properties)
 	unsigned char param[4];
 
 	if (synaptics_resume_reset) {
-		printk(KERN_CRIT "WARNING: synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume\n");
+		printk(KERN_INFO "synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume\n");
 		psmouse_reset(psmouse);
 	}
 
-- 
1.6.1.2.419.g0d87e





More information about the kernel-team mailing list