diff for duplicates of <20100524200423.537a2895@hyperion.delvare> diff --git a/a/1.txt b/N1/1.txt index 1946202..e3ea584 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,7 +25,7 @@ clean-up. So separate patches would be preferable. > @@ -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: " @@ -36,7 +36,7 @@ clean-up. So separate patches would be preferable. > @@ -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: " @@ -50,7 +50,7 @@ clean-up. So separate patches would be preferable. > break; > - break; > } -> if (NULL = ir_codes) { +> if (NULL == ir_codes) { > printk("%s: Oops: IR config error [card=%d]\n", Acked-by: Jean Delvare <khali@linux-fr.org> diff --git a/a/content_digest b/N1/content_digest index ccc99d0..e540954 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020100524155936.GZ22515@bicker\0" "From\0Jean Delvare <khali@linux-fr.org>\0" "Subject\0Re: [patch v2] video/saa7134: change dprintk() to i2cdprintk()\0" - "Date\0Mon, 24 May 2010 18:04:23 +0000\0" + "Date\0Mon, 24 May 2010 20:04:23 +0200\0" "To\0Dan Carpenter <error27@gmail.com>\0" "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>" Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com> @@ -40,7 +40,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" @@ -51,7 +51,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" @@ -65,7 +65,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\",\n" "\n" "Acked-by: Jean Delvare <khali@linux-fr.org>\n" @@ -73,4 +73,4 @@ "-- \n" Jean Delvare -faf54027d5db3bf574b414755bd6a5d899f278fc6ce0a25a168e7fa894d653b2 +b27038290962a7ebd6cf1ea21971bfa6e6cff3701ddb9db41833064ee3326928
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.