On Wed Aug 13, 2025 at 5:42 PM CEST, Tamir Duberstein wrote: > Prepare for `core::ffi::CStr` taking the place of `kernel::str::CStr` by > avoid methods that only exist on the latter. > > Signed-off-by: Tamir Duberstein <tam...@gmail.com>
Reviewed-by: Benno Lossin <los...@kernel.org> --- Cheers, Benno > --- > rust/kernel/acpi.rs | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-)