diff for duplicates of <4E268AF5.4070000@renesas.com> diff --git a/a/1.txt b/N1/1.txt index 2b3c0bf..2f5c610 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ The driver doesn't use any IRQ handler. This is because the module has errata in interrupts of TXI and RXI. So, we cannot use the interrupts for transfer. -Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> +Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> --- about v2: - fix Makefile for the list alphabetically sorted @@ -522,7 +522,7 @@ index 0000000..791a659 + + for (i = 0; (i < num) && !ret; i++) { + pd->msg = &msgs[i]; -+ stop = (i == num - 1); ++ stop = (i = num - 1); + + if (pd->msg->flags & I2C_M_RD) + ret = riic_master_receive(pd, restart); @@ -581,14 +581,14 @@ index 0000000..791a659 + riic_data = pdev->dev.platform_data; + + reg = ioremap(res->start, resource_size(res)); -+ if (reg == NULL) { ++ if (reg = NULL) { + ret = -ENXIO; + dev_err(&pdev->dev, "ioremap failed.\n"); + goto clean_up; + } + + pd = kzalloc(sizeof(struct riic_data), GFP_KERNEL); -+ if (pd == NULL) { ++ if (pd = NULL) { + ret = -ENOMEM; + dev_err(&pdev->dev, "kzalloc failed.\n"); + goto clean_up; diff --git a/a/content_digest b/N1/content_digest index 3c0e523..9c846d9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ - "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\0" "Subject\0[PATCH 1/2 v2] i2c: i2c-riic: add support for Renesas RIIC\0" - "Date\0Wed, 20 Jul 2011 16:59:49 +0900\0" + "Date\0Wed, 20 Jul 2011 07:59:49 +0000\0" "To\0ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org\0" "Cc\0Ben Dooks <ben-i2c-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>" linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org @@ -12,7 +12,7 @@ "has errata in interrupts of TXI and RXI. So, we cannot use\n" "the interrupts for transfer.\n" "\n" - "Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>\n" + "Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\n" "---\n" " about v2:\n" " - fix Makefile for the list alphabetically sorted\n" @@ -531,7 +531,7 @@ "+\n" "+\tfor (i = 0; (i < num) && !ret; i++) {\n" "+\t\tpd->msg = &msgs[i];\n" - "+\t\tstop = (i == num - 1);\n" + "+\t\tstop = (i = num - 1);\n" "+\n" "+\t\tif (pd->msg->flags & I2C_M_RD)\n" "+\t\t\tret = riic_master_receive(pd, restart);\n" @@ -590,14 +590,14 @@ "+\triic_data = pdev->dev.platform_data;\n" "+\n" "+\treg = ioremap(res->start, resource_size(res));\n" - "+\tif (reg == NULL) {\n" + "+\tif (reg = NULL) {\n" "+\t\tret = -ENXIO;\n" "+\t\tdev_err(&pdev->dev, \"ioremap failed.\\n\");\n" "+\t\tgoto clean_up;\n" "+\t}\n" "+\n" "+\tpd = kzalloc(sizeof(struct riic_data), GFP_KERNEL);\n" - "+\tif (pd == NULL) {\n" + "+\tif (pd = NULL) {\n" "+\t\tret = -ENOMEM;\n" "+\t\tdev_err(&pdev->dev, \"kzalloc failed.\\n\");\n" "+\t\tgoto clean_up;\n" @@ -706,4 +706,4 @@ "-- \n" 1.7.1 -370a0e557444d012c233b5546c6bfd0400e69b2b7f5ddd3e0adae4abc297787d +c1e03699fe5be9b1ede6d3adcccdba1a12ddb63483410751e45cfc96bd8516a4
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.