diff for duplicates of <56A27DCA.9060307@oracle.com> diff --git a/a/1.txt b/N1/1.txt index 3a6dafc..c00043d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -149,7 +149,7 @@ If this returns NULL, it's not a sun4v platform. This should be very reliable. (unlike the watchdog one) > >> + node = mdesc_node_by_name(handle, MDESC_NODE_NULL, "platform"); ->> + if (node == MDESC_NODE_NULL) { +>> + if (node = MDESC_NODE_NULL) { >> + pr_info("No platform node\n"); > Is this an error, or does it just indicate that the watchdog is not supported > ion this platform ? If it is an error, use pr_err(). If it means the watchdog is diff --git a/a/content_digest b/N1/content_digest index 03bbc17..9fcb105 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160121163449.GA914@roeck-us.net\0" "From\0Wim Coekaerts <wim.coekaerts@oracle.com>\0" "Subject\0Re: [PATCH] watchdog: add sun4v_wdt device support\0" - "Date\0Fri, 22 Jan 2016 11:06:50 -0800\0" + "Date\0Fri, 22 Jan 2016 19:06:50 +0000\0" "To\0Guenter Roeck <linux@roeck-us.net>\0" "Cc\0wim@iguana.be" linux-watchdog@vger.kernel.org @@ -159,7 +159,7 @@ "reliable. (unlike the watchdog one)\n" ">\n" ">> +\tnode = mdesc_node_by_name(handle, MDESC_NODE_NULL, \"platform\");\n" - ">> +\tif (node == MDESC_NODE_NULL) {\n" + ">> +\tif (node = MDESC_NODE_NULL) {\n" ">> +\t\tpr_info(\"No platform node\\n\");\n" "> Is this an error, or does it just indicate that the watchdog is not supported\n" "> ion this platform ? If it is an error, use pr_err(). If it means the watchdog is\n" @@ -230,4 +230,4 @@ "\n" thanks again. sorry for some of the silly mistakes :) -420b92902cc3f8a87452e60579827454e0e98bd87e59d210762c300add62c5a2 +85f2509be3c780a9e65f0b7fe73fefddd93f95d522837f59bdf4b9a2b6f5db40
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.