Commit b222a817 authored by Kim, Milo's avatar Kim, Milo Committed by Mark Brown

regulator: change message level on probing lp872x driver

Use err log rather than warning message when the platform data is NULL
Signed-off-by: default avatarMilo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent dc2060cf
......@@ -885,7 +885,7 @@ static int lp872x_probe(struct i2c_client *cl, const struct i2c_device_id *id)
};
if (!pdata) {
dev_warn(&cl->dev, "no platform data\n");
dev_err(&cl->dev, "no platform data\n");
return -EINVAL;
}
......
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