]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust_binder: drop startup init log message
authorPedro Montes Alcalde <pedro.montes.alcalde@gmail.com>
Sat, 28 Mar 2026 01:02:51 +0000 (22:02 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2026 10:18:21 +0000 (12:18 +0200)
commitf698a253e3936ed516aa234495861eb707d608b9
treef871f50dd5085f88f52f0d357aed8552a197499a
parentfc74559e2dd4405492102ada28afa60d012a662f
rust_binder: drop startup init log message

The "Loaded Rust Binder." message is logged during normal
initialization and does not indicate an error/warning condition.

Logging it creates unnecessary noise and is inconsistent
with other drivers, so this change fixes that

Signed-off-by: Pedro Montes Alcalde <pedro.montes.alcalde@gmail.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Acked-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20260328010250.249131-2-pedro.montes.alcalde@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder/rust_binder_main.rs