diff for duplicates of <5682D228.7070902@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index 63fdeea..fec5a40 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -47,7 +47,7 @@ index 831696e..0d9350c 100644 } status = platform_device_add(pdev); -- if (status = 0) +- if (status == 0) + if (!status) { device_init_wakeup(&pdev->dev, can_wakeup); - diff --git a/a/content_digest b/N1/content_digest index 94109c5..087934c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0566ABCD9.1060404@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[PATCH] mfd: twl-core: One function call less in add_numbered_child() after error detection\0" - "Date\0Tue, 29 Dec 2015 18:34:16 +0000\0" + "Date\0Tue, 29 Dec 2015 19:34:16 +0100\0" "To\0linux-omap@vger.kernel.org" Lee Jones <lee.jones@linaro.org> " Tony Lindgren <tony@atomide.com>\0" @@ -59,7 +59,7 @@ " \t}\n" " \n" " \tstatus = platform_device_add(pdev);\n" - "-\tif (status = 0)\n" + "-\tif (status == 0)\n" "+\tif (!status) {\n" " \t\tdevice_init_wakeup(&pdev->dev, can_wakeup);\n" "-\n" @@ -82,4 +82,4 @@ "-- \n" 2.6.3 -b3fabeaf26e22ab5d9a91d299ca2b431fe9650eb64ab198434930914ae9882b3 +7d6544bb9d84aab565f5fc1964ad39276a283d5b42094818aa3880581bd51adb
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.