提交 c31c946a 编写于 作者: P Peter Meerwald-Stadler 提交者: Jonathan Cameron

iio: health: max30102: Remove inconsistent full stop in error message

Signed-off-by: NPeter Meerwald-Stadler <pmeerw@pmeerw.net>
Acked-by: NMatt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: NJonathan Cameron <Jonathan.Cameron@huawei.com>
上级 dd86dbf9
......@@ -420,7 +420,7 @@ static int max30102_probe(struct i2c_client *client,
data->regmap = devm_regmap_init_i2c(client, &max30102_regmap_config);
if (IS_ERR(data->regmap)) {
dev_err(&client->dev, "regmap initialization failed.\n");
dev_err(&client->dev, "regmap initialization failed\n");
return PTR_ERR(data->regmap);
}
max30102_set_powermode(data, false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册