Re: [PATCH 06/13] mips: ptrace: user_regset_copyin_ignore() always returns 0

From: Philippe Mathieu-Daudé
Date: Tue Oct 18 2022 - 04:35:20 EST


On 14/10/22 23:22, Sergey Shtylyov wrote:
user_regset_copyin_ignore() always returns 0, so checking its result seems
pointless -- don't do this anymore...

Signed-off-by: Sergey Shtylyov <s.shtylyov@xxxxxx>
---
arch/mips/kernel/ptrace.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>