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

diff --git a/a/1.txt b/N1/1.txt
index c6bcb53..74a52e7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,7 +14,7 @@ index e5565e2..7691bf2 100644
 @@ -141,8 +141,8 @@ static int get_key_flydvb_trio(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw)
  	struct saa7134_dev *dev = ir->c->adapter->algo_data;
  
- 	if (dev = NULL) {
+ 	if (dev == NULL) {
 -		dprintk("get_key_flydvb_trio: "
 -			 "gir->c->adapter->algo_data is NULL!\n");
 +		i2cdprintk("get_key_flydvb_trio: "
@@ -25,7 +25,7 @@ index e5565e2..7691bf2 100644
 @@ -195,8 +195,8 @@ static int get_key_msi_tvanywhere_plus(struct IR_i2c *ir, u32 *ir_key,
  	/* <dev> is needed to access GPIO. Used by the saa_readl macro. */
  	struct saa7134_dev *dev = ir->c->adapter->algo_data;
- 	if (dev = NULL) {
+ 	if (dev == NULL) {
 -		dprintk("get_key_msi_tvanywhere_plus: "
 -			"gir->c->adapter->algo_data is NULL!\n");
 +		i2cdprintk("get_key_msi_tvanywhere_plus: "
diff --git a/a/content_digest b/N1/content_digest
index be9df0b..0b67690 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch v3 1/2] video/saa7134: change dprintk() to i2cdprintk()\0"
- "Date\0Tue, 25 May 2010 09:19:53 +0000\0"
+ "Date\0Tue, 25 May 2010 11:19:53 +0200\0"
  "To\0Jean Delvare <khali@linux-fr.org>\0"
  "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>"
   Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
@@ -26,7 +26,7 @@
  "@@ -141,8 +141,8 @@ static int get_key_flydvb_trio(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw)\n"
  " \tstruct saa7134_dev *dev = ir->c->adapter->algo_data;\n"
  " \n"
- " \tif (dev = NULL) {\n"
+ " \tif (dev == NULL) {\n"
  "-\t\tdprintk(\"get_key_flydvb_trio: \"\n"
  "-\t\t\t \"gir->c->adapter->algo_data is NULL!\\n\");\n"
  "+\t\ti2cdprintk(\"get_key_flydvb_trio: \"\n"
@@ -37,7 +37,7 @@
  "@@ -195,8 +195,8 @@ static int get_key_msi_tvanywhere_plus(struct IR_i2c *ir, u32 *ir_key,\n"
  " \t/* <dev> is needed to access GPIO. Used by the saa_readl macro. */\n"
  " \tstruct saa7134_dev *dev = ir->c->adapter->algo_data;\n"
- " \tif (dev = NULL) {\n"
+ " \tif (dev == NULL) {\n"
  "-\t\tdprintk(\"get_key_msi_tvanywhere_plus: \"\n"
  "-\t\t\t\"gir->c->adapter->algo_data is NULL!\\n\");\n"
  "+\t\ti2cdprintk(\"get_key_msi_tvanywhere_plus: \"\n"
@@ -45,4 +45,4 @@
  " \t\treturn -EIO;\n"
  " \t}"
 
-0d202e8275b4e5508c04eb81edffa9c4801868e0c44112d9537327374eda4bbc
+395449842bc5b95bdada35f237c9ffbe700dc226d87d8d905be5bad1f595184d

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.