Compiler warning fixes
__initcalls are supposed to return a value. Statically initialize the struct instead of doing strcpy() at runtime.
Showing
Please register or sign in to comment
__initcalls are supposed to return a value. Statically initialize the struct instead of doing strcpy() at runtime.