All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120929071253.GD10993@elgon.mountain>

diff --git a/a/1.txt b/N1/1.txt
index c05c031..b06a7dd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,10 +13,11 @@ index 52c13e0..6759fff 100644
  	}
  
  	/* Default if filename is empty string */
--	if (strcmp(dev->input_filename, "") = 0) {
-+	if (strcmp(dev->_filename, "") = 0) {
+-	if (strcmp(dev->input_filename, "") == 0) {
++	if (strcmp(dev->_filename, "") == 0) {
  		if (dev->_isNTSC) {
- 			dev->_filename  				(dev->_pixel_format = PIXEL_FRMT_411) ?
+ 			dev->_filename =
+ 				(dev->_pixel_format == PIXEL_FRMT_411) ?
 diff --git a/drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c b/drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c
 index c8c94fb..d33fc1a 100644
 --- a/drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c
@@ -25,8 +26,8 @@ index c8c94fb..d33fc1a 100644
  	}
  
  	/* Default if filename is empty string */
--	if (strcmp(dev->input_filename_ch2, "") = 0) {
-+	if (strcmp(dev->_filename_ch2, "") = 0) {
+-	if (strcmp(dev->input_filename_ch2, "") == 0) {
++	if (strcmp(dev->_filename_ch2, "") == 0) {
  		if (dev->_isNTSC_ch2) {
- 			dev->_filename_ch2 = (dev->_pixel_format_ch2 =
+ 			dev->_filename_ch2 = (dev->_pixel_format_ch2 ==
  				PIXEL_FRMT_411) ? "/root/vid411.yuv" :
diff --git a/a/content_digest b/N1/content_digest
index cd16c13..acdf03a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] [media] cx25821: testing the wrong variable\0"
- "Date\0Sat, 29 Sep 2012 07:12:53 +0000\0"
+ "Date\0Sat, 29 Sep 2012 10:12:53 +0300\0"
  "To\0Mauro Carvalho Chehab <mchehab@infradead.org>\0"
  "Cc\0Leonid V. Fedorenchik <leonidsbox@gmail.com>"
   Thomas Meyer <thomas@m3y3r.de>
@@ -24,10 +24,11 @@
  " \t}\n"
  " \n"
  " \t/* Default if filename is empty string */\n"
- "-\tif (strcmp(dev->input_filename, \"\") = 0) {\n"
- "+\tif (strcmp(dev->_filename, \"\") = 0) {\n"
+ "-\tif (strcmp(dev->input_filename, \"\") == 0) {\n"
+ "+\tif (strcmp(dev->_filename, \"\") == 0) {\n"
  " \t\tif (dev->_isNTSC) {\n"
- " \t\t\tdev->_filename  \t\t\t\t(dev->_pixel_format = PIXEL_FRMT_411) ?\n"
+ " \t\t\tdev->_filename =\n"
+ " \t\t\t\t(dev->_pixel_format == PIXEL_FRMT_411) ?\n"
  "diff --git a/drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c b/drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c\n"
  "index c8c94fb..d33fc1a 100644\n"
  "--- a/drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c\n"
@@ -36,10 +37,10 @@
  " \t}\n"
  " \n"
  " \t/* Default if filename is empty string */\n"
- "-\tif (strcmp(dev->input_filename_ch2, \"\") = 0) {\n"
- "+\tif (strcmp(dev->_filename_ch2, \"\") = 0) {\n"
+ "-\tif (strcmp(dev->input_filename_ch2, \"\") == 0) {\n"
+ "+\tif (strcmp(dev->_filename_ch2, \"\") == 0) {\n"
  " \t\tif (dev->_isNTSC_ch2) {\n"
- " \t\t\tdev->_filename_ch2 = (dev->_pixel_format_ch2 =\n"
+ " \t\t\tdev->_filename_ch2 = (dev->_pixel_format_ch2 ==\n"
  " \t\t\t\tPIXEL_FRMT_411) ? \"/root/vid411.yuv\" :"
 
-8ed24581267cb218803bf681048d033698daf99dbcec0802d7eee9458889b2d0
+2db50725af60d2a604a9cea1ab19f29877b198199a5c6c2f318ce966547b6163

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.