]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Remove redundant err variable
authorMinghao Chi <chi.minghao@zte.com.cn>
Wed, 12 Jan 2022 08:27:29 +0000 (08:27 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 20 Jan 2022 18:24:12 +0000 (10:24 -0800)
commita59694a122771e391b574e67474988ffb1addc29
treefe09eba8848645d0ccf7ec5e2997fb8619fd81ee
parent02359db6b3e28a0fabfe8576132a04e77d1643d7
RISC-V: Remove redundant err variable

Return value from user_regset_copyin() directly instead of taking this
in another redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Signed-off-by: CGEL ZTE <cgel.zte@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/ptrace.c