]> git.baikalelectronics.ru Git - kernel.git/commit
Input: inport, logibm - use KERN_INFO when reporting missing mouse
authorHelge Deller <deller@gmx.de>
Fri, 2 Nov 2007 02:19:15 +0000 (22:19 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 2 Nov 2007 02:19:15 +0000 (22:19 -0400)
commit6d416a2a75e328153a1bc9305162dbf86a43ed40
treed8317d0c410abc0ccb725ae734c2e6201add2ca5
parent368d02f94d4ba7f426401f11cfea0c8461eb6f1a
Input: inport, logibm - use KERN_INFO when reporting missing mouse

Many mouse drivers are often compiled (e.g. in Linux distributions) into the
kernel at the same time just to make sure that at least one driver will suceed
in find it's mouse device. Nevertheless, only the inport and logitech busmouse
mouse drivers report with KERN_ERR log level if the mouse wasn't found. They
should use KERN_INFO instead, because it's not an error if the mouse isn't
attached at all.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/inport.c
drivers/input/mouse/logibm.c