This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: si2168: Announce frontend creation failure
Author:  Brad Love <b...@nextdimension.cc>
Date:    Fri Jan 12 11:19:40 2018 -0500

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

Signed-off-by: Brad Love <b...@nextdimension.cc>
Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

 drivers/media/dvb-frontends/si2168.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/dvb-frontends/si2168.c 
b/drivers/media/dvb-frontends/si2168.c
index 429c03aaa902..c1a638c8565d 100644
--- a/drivers/media/dvb-frontends/si2168.c
+++ b/drivers/media/dvb-frontends/si2168.c
@@ -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;
 }
 

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to