Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3061df06 authored by Brad Love's avatar Brad Love Committed by Mauro Carvalho Chehab
Browse files

media: si2168: Announce frontend creation failure



The driver outputs on success, but is silent on failure. Give
one message that probe failed.

Signed-off-by: default avatarBrad Love <brad@nextdimension.cc>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent e7f4d751
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -810,7 +810,7 @@ static int si2168_probe(struct i2c_client *client,
err_kfree:
	kfree(dev);
err:
	dev_dbg(&client->dev, "failed=%d\n", ret);
	dev_warn(&client->dev, "probe failed = %d\n", ret);
	return ret;
}