Re: [PATCH v3] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`

From: Danilo Krummrich
Date: Mon Apr 14 2025 - 08:41:59 EST


On Sun, Apr 13, 2025 at 09:26:56PM +0200, Christian Schrefl wrote:
> The `FwFunc` struct contains an function with a char pointer argument,
> for which a `*const u8` pointer was used. This is not really the
> "proper" type for this, so use a `*const kernel::ffi::c_char` pointer
> instead.

With the following changes, applied to driver-core-linus, thanks!

* add firmware prefix to commit subject

- Danilo