aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/lirc_dev.c
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2018-02-13 06:11:35 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-02-27 08:15:32 -0500
commit5817b3d15e67f8a7280e06e0dfb2c7ede5897cd3 (patch)
treeeda24a906760fe07ba4ee61ca477e45ecb671ce5 /drivers/media/rc/lirc_dev.c
parentmedia: ov2685: mark PM functions as __maybe_unused (diff)
downloadlinux-dev-5817b3d15e67f8a7280e06e0dfb2c7ede5897cd3.tar.xz
linux-dev-5817b3d15e67f8a7280e06e0dfb2c7ede5897cd3.zip
media: rc: no need to announce major number
Since commit a60d64b15c20 ("media: lirc: lirc interface should not be a raw decoder"), the message in the documentation is incorrect as the module name is rc_core, not lirc_dev. Since the message is not useful, just make the message debug and remove it from the documentation. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/lirc_dev.c')
-rw-r--r--drivers/media/rc/lirc_dev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/lirc_dev.c b/drivers/media/rc/lirc_dev.c
index da3b5c095a59..24e9fbb80e81 100644
--- a/drivers/media/rc/lirc_dev.c
+++ b/drivers/media/rc/lirc_dev.c
@@ -804,8 +804,8 @@ int __init lirc_dev_init(void)
return retval;
}
- pr_info("IR Remote Control driver registered, major %d\n",
- MAJOR(lirc_base_dev));
+ pr_debug("IR Remote Control driver registered, major %d\n",
+ MAJOR(lirc_base_dev));
return 0;
}