Re: [PATCH 1/3] [media] s5k5baf: Fix build warning

2014-01-08 Thread Sachin Kamat
Hi Andrzej, On 8 January 2014 16:30, Andrzej Hajda wrote: > On 01/06/2014 12:48 PM, Sachin Kamat wrote: > Hi Sachin, > > Thanks for the fixes. > >> Gentle ping on this series :) > > Sorry for late reply, but it seems Mauro has merged them already. No worries. Yes, Mauro has queued them for 3.14.

Re: [PATCH 1/3] [media] s5k5baf: Fix build warning

2014-01-08 Thread Andrzej Hajda
On 01/06/2014 12:48 PM, Sachin Kamat wrote: Hi Sachin, Thanks for the fixes. > Gentle ping on this series :) Sorry for late reply, but it seems Mauro has merged them already. Regards Andrzej -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to m

Re: [PATCH 1/3] [media] s5k5baf: Fix build warning

2014-01-06 Thread Sachin Kamat
On 24 December 2013 17:12, Sachin Kamat wrote: > Fixes the following warnings: > drivers/media/i2c/s5k5baf.c: In function 's5k5baf_fw_parse': > drivers/media/i2c/s5k5baf.c:362:3: warning: > format '%d' expects argument of type 'int', but argument 3 has type 'size_t' > [-Wformat=] > drivers/media/

[PATCH 1/3] [media] s5k5baf: Fix build warning

2013-12-24 Thread Sachin Kamat
Fixes the following warnings: drivers/media/i2c/s5k5baf.c: In function 's5k5baf_fw_parse': drivers/media/i2c/s5k5baf.c:362:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] drivers/media/i2c/s5k5baf.c:383:4: warning: format '%d' expects argument o