diff for duplicates of <20110310070601.27327.37730.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 5d4829c..82664e6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020110310070541.27327.52089.sendpatchset@t400s\0" "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH 02/02] virtio: Add virtio platform driver\0" - "Date\0Thu, 10 Mar 2011 07:06:01 +0000\0" + "Date\0Thu, 10 Mar 2011 16:06:01 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-sh@vger.kernel.org" Magnus Damm <magnus.damm@gmail.com> @@ -295,7 +295,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" @@ -352,4 +352,4 @@ "+\n" +#endif /* _LINUX_VIRTIO_PLATFORM_H */ -e3cdb5114292b3364a997ce433c9ddced689d85c338a0b2f1c4cabe601eafc1e +551a4c2d6023ee0f35397f4002a48c026bfeeb7e34ff2dd2f51f337e2dcc82c7
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.