]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` print
authorDirk Behme <dirk.behme@de.bosch.com>
Mon, 2 Feb 2026 06:40:01 +0000 (07:40 +0100)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 6 Feb 2026 19:16:58 +0000 (20:16 +0100)
commit408e4f9408ec5e4dfec4a3adc8b411b046f85a8e
treed5cb01e31bbe787db386a95e3a33d9da7346ae54
parent21bab791346e5b7902a04709231c0642ff6d69bc
samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` print

The commit 600de1c008b2 ("rust: pci: remove redundant `.as_ref()` for
`dev_*` print") removed `.as_ref()` for `dev_*` prints. Nearly at the
same time the commit e62e48adf76c ("sample: rust: pci: add tests for
config space routines") was merged. Which missed this removal, then.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://patch.msgid.link/20260202064001.176787-1-dirk.behme@de.bosch.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
samples/rust/rust_driver_pci.rs