RE: [PATCH 3/9] habanalabs: eliminate redundant else condition

2020-08-16 Thread Tomer Tayar
On Sat, Aug 15, 2020 at 21:00 Oded Gabbay wrote: > If both parts of if-else are goto statements, we can remove the else and > put the else goto statement after the if statement. > > Reported-by: kernel test robot > Signed-off-by: Oded Gabbay Reviewed-by: Tomer Tayar

[PATCH 3/9] habanalabs: eliminate redundant else condition

2020-08-15 Thread Oded Gabbay
If both parts of if-else are goto statements, we can remove the else and put the else goto statement after the if statement. Reported-by: kernel test robot Signed-off-by: Oded Gabbay --- drivers/misc/habanalabs/common/command_submission.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-