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 <tamird@xxxxxxxxx> Reviewed-by: Benno Lossin <lossin@xxxxxxxxxx> --- Cheers, Benno > --- > rust/kernel/acpi.rs | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-)