Loading
LeapIOraid: Fix the compilation warnings in LeapIOraid driver in loongarch64
LeapIO inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB9KS0 ------------------------------------------ This commit is to Fix the compilation warnings in LeapIOraid driver in loongarch64: 1. warning: no previous prototype for 'XXX'[-Wmissing-prototypes], etc. 2. warning: variable 'XXX' set but not used [-Wunused-but-set-variable], etc. 3. warning: '%d' directive output may be truncated writing between 1 and 3 bytes into a region of size between 1 and 26 [-Wformat-truncation=], etc. Signed-off-by:haodongdong <doubled@leap-io.com>