Re: [PATCH] net: dsa: sja1105: Add missing spin_unlock

2019-07-17 Thread Vladimir Oltean
On Wed, 17 Jul 2019 at 17:12, YueHaibing wrote: > > It should call spin_unlock() before return NULL. > Detected by Coccinelle. > > Reported-by: Hulk Robot > Fixes: f3097be21bf1 net: ("dsa: sja1105: Add a state machine for RX > timestamping") > Signed-off-by: YueHaibing > --- Hi Yue, Thanks fo

[PATCH] net: dsa: sja1105: Add missing spin_unlock

2019-07-17 Thread YueHaibing
It should call spin_unlock() before return NULL. Detected by Coccinelle. Reported-by: Hulk Robot Fixes: f3097be21bf1 net: ("dsa: sja1105: Add a state machine for RX timestamping") Signed-off-by: YueHaibing --- net/dsa/tag_sja1105.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/dsa/ta