You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust/kernel: remove config #ifdef in Error.rs file
The use of `#ifdef CONFIG_` statements in .c/.rs files should be
avoided: it makes the code much more unmaintainable over time. See:
https://lore.kernel.org/lkml/[email protected]/
Use a Rust-C helper instead to leverage automatic `CONFIG` selection
in C kernel headers.
Signed-off-by: Sven Van Asbroeck <[email protected]>
0 commit comments