Message ID | 200907221654.51859.lamarque@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Hi, Lamarque Vieira Souza wrote: > Em Quarta-feira 22 Julho 2009, Antoine Jacquet escreveu: >> Hi, >> >> Lamarque Vieira Souza wrote: >>> I have made some changes to the patch: >> Since I already included your previous patch and sent a pull request to >> Mauro, could you send a patch against my current tree: >> http://linuxtv.org/hg/~ajacquet/zr364xx/ >> >> Thanks, >> >> Antoine > > Here it is Thanks, I pushed the patch to my tree. Sorry BTW, I just noticed the incremental version was already in your first email. Regards, Antoine
diff -r ebb57057cf4d linux/drivers/media/video/zr364xx.c --- a/linux/drivers/media/video/zr364xx.c Mon Jul 20 20:46:42 2009 -0300 +++ b/linux/drivers/media/video/zr364xx.c Wed Jul 22 16:52:30 2009 -0300 @@ -67,6 +67,13 @@ } \ } while (0) +/*#define FULL_DEBUG 1*/ +#ifdef FULL_DEBUG +#define _DBG DBG +#else +#define _DBG(fmt, args...) +#endif + /* Init methods, need to find nicer names for these * the exact names of the chipsets would be the best if someone finds it */ #define METHOD0 0 @@ -376,7 +383,7 @@ static void free_buffer(struct videobuf_queue *vq, struct zr364xx_buffer *buf) { - DBG("%s\n", __func__); + _DBG("%s\n", __func__); if (in_interrupt())