提交 5817b3d1 编写于 作者: S Sean Young 提交者: Mauro Carvalho Chehab

media: rc: no need to announce major number

Since commit a60d64b1 ("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: NSean Young <sean@mess.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 15ea2df9
...@@ -18,7 +18,6 @@ Example dmesg output upon a driver registering w/LIRC: ...@@ -18,7 +18,6 @@ Example dmesg output upon a driver registering w/LIRC:
.. code-block:: none .. code-block:: none
$ dmesg |grep lirc_dev $ dmesg |grep lirc_dev
lirc_dev: IR Remote Control driver registered, major 248
rc rc0: lirc_dev: driver mceusb registered at minor = 0 rc rc0: lirc_dev: driver mceusb registered at minor = 0
What you should see for a chardev: What you should see for a chardev:
......
...@@ -804,8 +804,8 @@ int __init lirc_dev_init(void) ...@@ -804,8 +804,8 @@ int __init lirc_dev_init(void)
return retval; return retval;
} }
pr_info("IR Remote Control driver registered, major %d\n", pr_debug("IR Remote Control driver registered, major %d\n",
MAJOR(lirc_base_dev)); MAJOR(lirc_base_dev));
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册