mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
media: rc: no need to announce major number
Since commit a60d64b15c ("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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
15ea2df914
commit
5817b3d15e
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user