Commit 994c28b6 authored by Ansuel Smith's avatar Ansuel Smith Committed by David S. Miller

net: dsa: qca8k: remove extra mutex_init in qca8k_setup

Mutex is already init in sw_probe. Remove the extra init in qca8k_setup.
Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
Reviewed-by: default avatarVladimir Oltean <olteanv@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 90ae68bf
...@@ -1086,8 +1086,6 @@ qca8k_setup(struct dsa_switch *ds) ...@@ -1086,8 +1086,6 @@ qca8k_setup(struct dsa_switch *ds)
if (ret) if (ret)
return ret; return ret;
mutex_init(&priv->reg_mutex);
/* Start by setting up the register mapping */ /* Start by setting up the register mapping */
priv->regmap = devm_regmap_init(ds->dev, NULL, priv, priv->regmap = devm_regmap_init(ds->dev, NULL, priv,
&qca8k_regmap_config); &qca8k_regmap_config);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment