diff for duplicates of <20160628150336.GJ24982@dell> diff --git a/a/1.txt b/N1/1.txt index f960dbf..6764617 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,7 +37,7 @@ Applied, thanks. > } > > status = platform_device_add(pdev); -> - if (status = 0) +> - if (status == 0) > - device_init_wakeup(&pdev->dev, can_wakeup); > + if (status) > + goto put_device; @@ -63,7 +63,7 @@ Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in diff --git a/a/content_digest b/N1/content_digest index 7a4387d..f23e15a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,7 +8,7 @@ "ref\09cf59380-e999-0cf8-9b8d-106691b86d0b@users.sourceforge.net\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH 2/6] mfd: twl-core: Refactoring for add_numbered_child()\0" - "Date\0Tue, 28 Jun 2016 15:03:36 +0000\0" + "Date\0Tue, 28 Jun 2016 16:03:36 +0100\0" "To\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Cc\0Tony Lindgren <tony@atomide.com>" linux-omap@vger.kernel.org @@ -56,7 +56,7 @@ "> \t}\n" "> \n" "> \tstatus = platform_device_add(pdev);\n" - "> -\tif (status = 0)\n" + "> -\tif (status == 0)\n" "> -\t\tdevice_init_wakeup(&pdev->dev, can_wakeup);\n" "> +\tif (status)\n" "> +\t\tgoto put_device;\n" @@ -82,11 +82,11 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \303\242\342\200\235\342\200\232 Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" "--\n" "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" "the body of a message to majordomo@vger.kernel.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -31566b17aab6d1152fda277f00c3d1748ac6d8daf3dc0bab9ced6b83671c35b7 +925a699568f9094458587c6e019241a72af737d0ca1f2516cac7fbadbf60dfb5
diff --git a/a/1.txt b/N2/1.txt index f960dbf..1072f35 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -37,7 +37,7 @@ Applied, thanks. > } > > status = platform_device_add(pdev); -> - if (status = 0) +> - if (status == 0) > - device_init_wakeup(&pdev->dev, can_wakeup); > + if (status) > + goto put_device; @@ -63,9 +63,5 @@ Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 7a4387d..60c38ad 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,7 +8,7 @@ "ref\09cf59380-e999-0cf8-9b8d-106691b86d0b@users.sourceforge.net\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH 2/6] mfd: twl-core: Refactoring for add_numbered_child()\0" - "Date\0Tue, 28 Jun 2016 15:03:36 +0000\0" + "Date\0Tue, 28 Jun 2016 16:03:36 +0100\0" "To\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Cc\0Tony Lindgren <tony@atomide.com>" linux-omap@vger.kernel.org @@ -56,7 +56,7 @@ "> \t}\n" "> \n" "> \tstatus = platform_device_add(pdev);\n" - "> -\tif (status = 0)\n" + "> -\tif (status == 0)\n" "> -\t\tdevice_init_wakeup(&pdev->dev, can_wakeup);\n" "> +\tif (status)\n" "> +\t\tgoto put_device;\n" @@ -82,11 +82,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \303\242\342\200\235\342\200\232 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + Follow Linaro: Facebook | Twitter | Blog -31566b17aab6d1152fda277f00c3d1748ac6d8daf3dc0bab9ced6b83671c35b7 +fe83df946355d9c2defeddb3a8d635a2821b2581d7e0bcf994def5d1530afb40
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.