Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5817b3d1 authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab
Browse files

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: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 15ea2df9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ Example dmesg output upon a driver registering w/LIRC:
.. code-block:: none

    $ dmesg |grep lirc_dev
    lirc_dev: IR Remote Control driver registered, major 248
    rc rc0: lirc_dev: driver mceusb registered at minor = 0

What you should see for a chardev:
+2 −2
Original line number Diff line number Diff line
@@ -804,7 +804,7 @@ int __init lirc_dev_init(void)
		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));

	return 0;