media: serial_ir: change "ignoring spike" to debug level
authorBodo Eggert <7eggert@gmx.de>
Thu, 26 Dec 2019 21:28:45 +0000 (22:28 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 3 Jan 2020 15:29:33 +0000 (16:29 +0100)
commita04930b7bf5986f3e1291d77c452cbed2aa2b3e4
tree3dd4c901c2611c2acfbd37cb2a35fb24f6cb0355
parent31f715dd48de0acb3f57f7a83e1679c9dc50179d
media: serial_ir: change "ignoring spike" to debug level

At least on my system with a self-made IR receiver, my kernel log is filled
with:

serial_ir serial_ir.0: ignoring spike: 1 1 1419988034627194ns 1419956080709377ns

These messages happen at random and do not prevent the receiver from
working. Also I cannot change the features of the IC, therefore they are not
useful. Probably they are not useful at all.

However they fill the console, they accumulate and fill the dmesg log, by
doing this, they prevent me from seeing important message.

Signed-off-by: Bodo Eggert <7eggert@gmx.de>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/rc/serial_ir.c