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)
commit8da46c0f98a1a17bc8f6d324d82b4d26e1448869
treefe09eba8848645d0ccf7ec5e2997fb8619fd81ee
parentdb3f02df1853acf4d678bcddb3f1eab23219b410
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