]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: samples: driver-core: remove redundant `.as_ref()` for `dev_*` print
authorGary Guo <gary@garyguo.net>
Fri, 23 Jan 2026 17:58:40 +0000 (17:58 +0000)
committerDanilo Krummrich <dakr@kernel.org>
Sat, 24 Jan 2026 00:12:49 +0000 (01:12 +0100)
commit3be458a5a7ed57cb874474aee7929daed0d5d3aa
treea950f03cf7f741b6ac6c431ea4a35c2eb2f181c1
parent600de1c008b2302b56d69ff27d12a9d8d14892ac
rust: samples: driver-core: remove redundant `.as_ref()` for `dev_*` print

This is now handled by the macro itself.

Signed-off-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260123175854.176735-3-gary@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
samples/rust/rust_driver_auxiliary.rs
samples/rust/rust_driver_faux.rs
samples/rust/rust_driver_platform.rs
samples/rust/rust_soc.rs