Re: [PATCH] sbus: char: Remove meaningless jump label out_free

2020-09-14 Thread David Miller
From: Jing Xiangfeng Date: Fri, 11 Sep 2020 15:13:41 +0800 > After commit 57a4a3d7f756 ("display7seg: Introduce the use of the managed > version of kzalloc"), The out_free jump label has nothing to do but goto > out. So remove it. > > Signed-off-by: Jing Xiangfeng Applied, thank you.

[PATCH] sbus: char: Remove meaningless jump label out_free

2020-09-11 Thread Jing Xiangfeng
After commit 57a4a3d7f756 ("display7seg: Introduce the use of the managed version of kzalloc"), The out_free jump label has nothing to do but goto out. So remove it. Signed-off-by: Jing Xiangfeng --- drivers/sbus/char/display7seg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff