Re: [PATCH] net: dsa: sja1105: Release lock in error case

2019-07-17 Thread Yuehaibing
https://patchwork.ozlabs.org/patch/1133135/ This has been fixed. On 2019/7/18 10:21, Hariprasad Kelam wrote: > This patch adds release of unlock in fail case. > > Issue identified by coccicheck > > Signed-off-by: Hariprasad Kelam > --- > net/dsa/tag_sja1105.c | 1 + > 1 file changed, 1 insert

[PATCH] net: dsa: sja1105: Release lock in error case

2019-07-17 Thread Hariprasad Kelam
This patch adds release of unlock in fail case. Issue identified by coccicheck Signed-off-by: Hariprasad Kelam --- net/dsa/tag_sja1105.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/dsa/tag_sja1105.c b/net/dsa/tag_sja1105.c index 1d96c9d..26363d7 100644 --- a/net/dsa/tag_sja1105.c ++