]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: io: fix devres test with new io accessor functions
authorFiona Behrens <me@kloenk.dev>
Mon, 24 Feb 2025 18:36:43 +0000 (19:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Feb 2025 06:29:48 +0000 (07:29 +0100)
commit040b17ae0e15bd7100432e0a20c6557d463a8c9f
tree17077b9cfbbaa008e4b3aa99a5b6d666a642d3e3
parent354fd6e86fac60b7c1ce2e6c83d4e6bf8af95f59
rust: io: fix devres test with new io accessor functions

Fix doctest of `Devres` which still used `writeb` instead of `write8`.

Fixes: 354fd6e86fac ("rust: io: rename `io::Io` accessors")
Signed-off-by: Fiona Behrens <me@kloenk.dev>
Link: https://lore.kernel.org/r/20250224-rust-iowrite-read8-fix-v1-1-c6abee346897@kloenk.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/devres.rs