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 is deprecated:
it makes the code much more unmaintainable over time. See:
https://lkml.org/lkml/2021/6/3/564
Use a Rust-C helper instead to leverage automatic `CONFIG` selection
in C kernel headers.
Signed-off-by: Sven Van Asbroeck <thesven73@gmail.com>
0 commit comments