diff for duplicates of <528BECFF.7000900@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 2d4dd8b..b6569b2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,14 +39,14 @@ index 51f56ef..3a5eee7 100644 { int timeout = 1000; -- if (check_link_active(ctrl) = active) -+ if (pciehp_check_link_active(ctrl) = active) +- if (check_link_active(ctrl) == active) ++ if (pciehp_check_link_active(ctrl) == active) return; while (timeout > 0) { msleep(10); timeout -= 10; -- if (check_link_active(ctrl) = active) -+ if (pciehp_check_link_active(ctrl) = active) +- if (check_link_active(ctrl) == active) ++ if (pciehp_check_link_active(ctrl) == active) return; } ctrl_dbg(ctrl, "Data Link Layer Link Active not %s in 1000 msec\n", diff --git a/a/content_digest b/N1/content_digest index d11f642..031c516 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Rajat Jain <rajatjain.linux@gmail.com>\0" "Subject\0[RFC PATCH 1/4] pciehp: Make check_link_active() non-static\0" - "Date\0Tue, 19 Nov 2013 22:58:07 +0000\0" + "Date\0Tue, 19 Nov 2013 14:58:07 -0800\0" "To\0Linux-PCI <linux-pci@vger.kernel.org>" Linux-hotplug <linux-hotplug@vger.kernel.org> " linux-kernel@vger.kernel.org\0" @@ -57,18 +57,18 @@ " {\n" " \tint timeout = 1000;\n" " \n" - "-\tif (check_link_active(ctrl) = active)\n" - "+\tif (pciehp_check_link_active(ctrl) = active)\n" + "-\tif (check_link_active(ctrl) == active)\n" + "+\tif (pciehp_check_link_active(ctrl) == active)\n" " \t\treturn;\n" " \twhile (timeout > 0) {\n" " \t\tmsleep(10);\n" " \t\ttimeout -= 10;\n" - "-\t\tif (check_link_active(ctrl) = active)\n" - "+\t\tif (pciehp_check_link_active(ctrl) = active)\n" + "-\t\tif (check_link_active(ctrl) == active)\n" + "+\t\tif (pciehp_check_link_active(ctrl) == active)\n" " \t\t\treturn;\n" " \t}\n" " \tctrl_dbg(ctrl, \"Data Link Layer Link Active not %s in 1000 msec\\n\",\n" "-- \n" 1.7.9.5 -d4b54897bab7881137bbb97f6f655d41edacc3e8945c68d31a83daedd2a2c137 +ecc06f71c74c9cd5c44e4021a3540fda4342577f9a074398c4c6b37ddf4dc379
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.