diff for duplicates of <20110621102623.1382.71841.sendpatchset@t400s> diff --git a/a/1.txt b/N1/1.txt index 900b641..91fc5b9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -283,7 +283,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + } + + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); -+ if (res = NULL) { ++ if (res == NULL) { + dev_err(&pdev->dev, "cannot find IO resource\n"); + return -ENOENT; + } diff --git a/a/content_digest b/N1/content_digest index 5687c62..e8a811b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020110621102605.1382.90232.sendpatchset@t400s\0" "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH 02/02] virtio: Add virtio platform driver\0" - "Date\0Tue, 21 Jun 2011 10:26:23 +0000\0" + "Date\0Tue, 21 Jun 2011 19:26:23 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0vapier@gentoo.org" linux-sh@vger.kernel.org @@ -298,7 +298,7 @@ "+\t}\n" "+\n" "+\tres = platform_get_resource(pdev, IORESOURCE_MEM, 0);\n" - "+\tif (res = NULL) {\n" + "+\tif (res == NULL) {\n" "+\t\tdev_err(&pdev->dev, \"cannot find IO resource\\n\");\n" "+\t\treturn -ENOENT;\n" "+\t}\n" @@ -355,4 +355,4 @@ "+\n" +#endif /* _LINUX_VIRTIO_PLATFORM_H */ -6ea5c2f1074ed182450d8cc9bc0e195b03c5cbb436ba2a840b44e5350b06e747 +a4d6d739575d0f21d3eb1c17041f0e1868911e823cb1dbb15a1211fc37d06d03
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.