Re: [PATCH] oradax: remove redundant null check before kfree

2018-10-07 Thread David Miller
From: Colin King Date: Fri, 7 Sep 2018 11:35:00 +0100 > From: Colin Ian King > > A null check before a kfree is redundant, so remove it. > > Signed-off-by: Colin Ian King Applied.

[PATCH] oradax: remove redundant null check before kfree

2018-09-07 Thread Colin King
From: Colin Ian King A null check before a kfree is redundant, so remove it. Signed-off-by: Colin Ian King --- drivers/sbus/char/oradax.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/sbus/char/oradax.c b/drivers/sbus/char/oradax.c index 524f9ea62e52..6516bc3cb5