diff for duplicates of <20100524155936.GZ22515@bicker> diff --git a/a/1.txt b/N1/1.txt index 1b2c43f..61e0356 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,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: " @@ -26,7 +26,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: " @@ -40,5 +40,5 @@ index e5565e2..7691bf2 100644 break; - break; } - if (NULL = ir_codes) { + if (NULL == ir_codes) { printk("%s: Oops: IR config error [card=%d]\n", diff --git a/a/content_digest b/N1/content_digest index dbd5310..6f55626 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020100522225921.585b2d72@hyperion.delvare\0" "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch v2] video/saa7134: change dprintk() to i2cdprintk()\0" - "Date\0Mon, 24 May 2010 15:59:36 +0000\0" + "Date\0Mon, 24 May 2010 17:59:36 +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> @@ -29,7 +29,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" @@ -40,7 +40,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" @@ -54,7 +54,7 @@ " \t\tbreak;\n" "-\tbreak;\n" " \t}\n" - " \tif (NULL = ir_codes) {\n" + " \tif (NULL == ir_codes) {\n" " \t\tprintk(\"%s: Oops: IR config error [card=%d]\\n\"," -a721eb8293ed2f4a244727297de3ffb3d678f0b52a54097c4d88552688bc4418 +c51af9148fd474289818851bd90e4a0ddb66304f3cc9f32ea791de904609afbf
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.