Skip to content

Commit

Permalink
iio: health: max30102: Remove inconsistent full stop in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Acked-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Peter Meerwald-Stadler authored and Jonathan Cameron committed Dec 2, 2017
1 parent dd86dbf commit c31c946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/health/max30102.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c31c946

Please sign in to comment.