提交 30f40bf6 编写于 作者: P Peter Ujfalusi 提交者: Mark Brown

ASoC: tas2552: Remove unneeded semicolon

Double semicolon was added by the following commit:
ea178d14 ASoC: tas2552: Make the enable-gpio really optional
Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 4785ed89
......@@ -708,7 +708,7 @@ static int tas2552_probe(struct i2c_client *client,
if (PTR_ERR(data->enable_gpio) == -EPROBE_DEFER)
return -EPROBE_DEFER;
data->enable_gpio = NULL;;
data->enable_gpio = NULL;
}
data->tas2552_client = client;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册