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