Re: [PATCH -next] net/mac8390: discard unnecessary breaks
On Tue, 27 Oct 2020 21:51:59 +0800 Zhang Qilong wrote: > The 'break' is unnecessary because of previous 'return', > and we could discard it. > > Signed-off-by: Zhang Qilong Applied.
[PATCH -next] net/mac8390: discard unnecessary breaks
The 'break' is unnecessary because of previous 'return', and we could discard it. Signed-off-by: Zhang Qilong --- drivers/net/ethernet/8390/mac8390.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/net/ethernet/8390/mac8390.c b/drivers/net/ethernet/8390/mac8390.c index d60a86a