Alice Ryhl <[email protected]> writes: > From: Tamir Duberstein <[email protected]> > > Replace the use of `as_ptr` which works through `<CStr as > Deref<Target=&[u8]>::deref()` in preparation for replacing > `kernel::str::CStr` with `core::ffi::CStr` as the latter does not > implement `Deref<Target=&[u8]>`. > > Signed-off-by: Tamir Duberstein <[email protected]> > Signed-off-by: Alice Ryhl <[email protected]>
Acked-by: Andreas Hindborg <[email protected]> Best regards, Andreas Hindborg
