Re: [PATCH v2 7/9] rust: pci: move iomap_region() to impl Device<Bound>
From: Benno Lossin
Date: Mon Apr 14 2025 - 06:45:27 EST
On Sun Apr 13, 2025 at 7:37 PM CEST, Danilo Krummrich wrote:
> Require the Bound device context to be able to call iomap_region() and
> iomap_region_sized(). Creating I/O mapping requires the device to be
> bound.
>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
Reviewed-by: Benno Lossin <benno.lossin@xxxxxxxxx>
---
Cheers,
Benno
> ---
> rust/kernel/pci.rs | 2 ++
> 1 file changed, 2 insertions(+)