This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] smiapp: Print the index of the format descriptor
Author:  Sakari Ailus <[email protected]>
Date:    Tue Apr 15 14:06:50 2014 -0300

This makes constructing quirks easier.

Signed-off-by: Sakari Ailus <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/i2c/smiapp/smiapp-core.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=48cb4a5d2462e89d39db48a03189bb201810dd72

diff --git a/drivers/media/i2c/smiapp/smiapp-core.c 
b/drivers/media/i2c/smiapp/smiapp-core.c
index 3af8df8..da4422e 100644
--- a/drivers/media/i2c/smiapp/smiapp-core.c
+++ b/drivers/media/i2c/smiapp/smiapp-core.c
@@ -741,8 +741,8 @@ static int smiapp_get_mbus_formats(struct smiapp_sensor 
*sensor)
                if (rval)
                        return rval;
 
-               dev_dbg(&client->dev, "bpp %d, compressed %d\n",
-                       fmt >> 8, (u8)fmt);
+               dev_dbg(&client->dev, "%u: bpp %u, compressed %u\n",
+                       i, fmt >> 8, (u8)fmt);
 
                for (j = 0; j < ARRAY_SIZE(smiapp_csi_data_formats); j++) {
                        const struct smiapp_csi_data_format *f =

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to