All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100504123113.GY29093@bicker>

diff --git a/a/1.txt b/N1/1.txt
index dc30a4c..aaee8fc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,11 +12,11 @@ index baaa301..6681ac1 100644
  	} else
  		ret = 0;
  
--	if (b[0] = 0) {
+-	if (b[0] == 0) {
 -		ret = 0;
 -
--	} else if (b[0] = 1) {
-+	if (!ret && b[0] = 1) {
+-	} else if (b[0] == 1) {
++	if (!ret && b[0] == 1) {
  		ret = DVB_CA_EN50221_POLL_CAM_PRESENT |
  		      DVB_CA_EN50221_POLL_CAM_READY;
  	}
diff --git a/a/content_digest b/N1/content_digest
index e4fab03..2e9a323 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch -next 1/2] media/az6027: handle -EIO failure\0"
- "Date\0Tue, 04 May 2010 12:31:13 +0000\0"
+ "Date\0Tue, 4 May 2010 14:31:13 +0200\0"
  "To\0Mauro Carvalho Chehab <mchehab@infradead.org>\0"
  "Cc\0linux-media@vger.kernel.org"
  " kernel-janitors@vger.kernel.org\0"
@@ -20,13 +20,13 @@
  " \t} else\n"
  " \t\tret = 0;\n"
  " \n"
- "-\tif (b[0] = 0) {\n"
+ "-\tif (b[0] == 0) {\n"
  "-\t\tret = 0;\n"
  "-\n"
- "-\t} else if (b[0] = 1) {\n"
- "+\tif (!ret && b[0] = 1) {\n"
+ "-\t} else if (b[0] == 1) {\n"
+ "+\tif (!ret && b[0] == 1) {\n"
  " \t\tret = DVB_CA_EN50221_POLL_CAM_PRESENT |\n"
  " \t\t      DVB_CA_EN50221_POLL_CAM_READY;\n"
  " \t}"
 
-0e1520fe231c7c27c05cccf897592a4cd8d8d609c6822bcd60c7ec92f007ffe6
+851fc437dac031a7f51cb576a6debae691db6c4198b4c0e3725e51b65d2f7f34

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.