diff for duplicates of <51D1AA9E.2000909@nvidia.com> diff --git a/a/1.txt b/N1/1.txt index 6031553..81be11f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,15 +4,15 @@ On 6/28/2013 9:22 PM, Anton Vorontsov wrote: >> it. Add of_node_put where needed to properly decrement the refcount >> when we are done using a given node. >> ->> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +>> Signed-off-by: Rhyland Klein <rklein@nvidia.com> >> --- > > With CONFIG_OF=n I got this: > > CC drivers/power/sbs-battery.o -> drivers/power/sbs-battery.c: In function ‘sbs_probe’: -> drivers/power/sbs-battery.c:707:20: error: ‘struct power_supply’ has no -> member named ‘of_node’ +> drivers/power/sbs-battery.c: In function ?sbs_probe?: +> drivers/power/sbs-battery.c:707:20: error: ?struct power_supply? has no +> member named ?of_node? > make[1]: *** [drivers/power/sbs-battery.o] Error 1 > > I fixed this by the patch below and applied your 1-3 series. @@ -22,7 +22,7 @@ On 6/28/2013 9:22 PM, Anton Vorontsov wrote: > Anton > > commit b50df95c8f0703c95625181d2eaf53855c5ebee5 -> Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org> +> Author: Anton Vorontsov <anton@enomsg.org> > Date: Fri Jun 28 18:17:22 2013 -0700 > > power_supply: Move of_node out of the #ifdef CONFIG_OF @@ -30,7 +30,7 @@ On 6/28/2013 9:22 PM, Anton Vorontsov wrote: > Similar to linux/device.h, move of_node struct member out of the #ifdef > CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files. > -> Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org> +> Signed-off-by: Anton Vorontsov <anton@enomsg.org> > > diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h > index 3828cef..804b906 100644 diff --git a/a/content_digest b/N1/content_digest index 7674b84..b1955f6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,10 @@ "ref\01370899602-22123-1-git-send-email-rklein@nvidia.com\0" "ref\01370899602-22123-2-git-send-email-rklein@nvidia.com\0" "ref\020130629012255.GA20924@lizard\0" - "From\0Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/4] power_supply: Add of_node_put to fix refcount\0" + "From\0rklein@nvidia.com (Rhyland Klein)\0" + "Subject\0[PATCH 1/4] power_supply: Add of_node_put to fix refcount\0" "Date\0Mon, 1 Jul 2013 12:13:18 -0400\0" - "To\0Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\0" - "Cc\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>" - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 6/28/2013 9:22 PM, Anton Vorontsov wrote:\n" @@ -17,15 +13,15 @@ ">> it. Add of_node_put where needed to properly decrement the refcount\n" ">> when we are done using a given node.\n" ">>\n" - ">> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + ">> Signed-off-by: Rhyland Klein <rklein@nvidia.com>\n" ">> ---\n" "> \n" "> With CONFIG_OF=n I got this:\n" "> \n" "> CC drivers/power/sbs-battery.o\n" - "> drivers/power/sbs-battery.c: In function \342\200\230sbs_probe\342\200\231:\n" - "> drivers/power/sbs-battery.c:707:20: error: \342\200\230struct power_supply\342\200\231 has no\n" - "> member named \342\200\230of_node\342\200\231\n" + "> drivers/power/sbs-battery.c: In function ?sbs_probe?:\n" + "> drivers/power/sbs-battery.c:707:20: error: ?struct power_supply? has no\n" + "> member named ?of_node?\n" "> make[1]: *** [drivers/power/sbs-battery.o] Error 1\n" "> \n" "> I fixed this by the patch below and applied your 1-3 series.\n" @@ -35,7 +31,7 @@ "> Anton\n" "> \n" "> commit b50df95c8f0703c95625181d2eaf53855c5ebee5\n" - "> Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n" + "> Author: Anton Vorontsov <anton@enomsg.org>\n" "> Date: Fri Jun 28 18:17:22 2013 -0700\n" "> \n" "> power_supply: Move of_node out of the #ifdef CONFIG_OF\n" @@ -43,7 +39,7 @@ "> Similar to linux/device.h, move of_node struct member out of the #ifdef\n" "> CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files.\n" "> \n" - "> Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n" + "> Signed-off-by: Anton Vorontsov <anton@enomsg.org>\n" "> \n" "> diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h\n" "> index 3828cef..804b906 100644\n" @@ -77,4 +73,4 @@ "-- \n" nvpublic -e117d3b0065f71e531c16bcbf49724181684d69a768885749dce735736d616e2 +8ea4f1b6c27fdadd80a8e4ec91b68b3980b4a2b2df8f2166fab3043e2df3e6a0
diff --git a/a/1.txt b/N2/1.txt index 6031553..5bdb8ff 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On 6/28/2013 9:22 PM, Anton Vorontsov wrote: >> it. Add of_node_put where needed to properly decrement the refcount >> when we are done using a given node. >> ->> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +>> Signed-off-by: Rhyland Klein <rklein@nvidia.com> >> --- > > With CONFIG_OF=n I got this: @@ -22,7 +22,7 @@ On 6/28/2013 9:22 PM, Anton Vorontsov wrote: > Anton > > commit b50df95c8f0703c95625181d2eaf53855c5ebee5 -> Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org> +> Author: Anton Vorontsov <anton@enomsg.org> > Date: Fri Jun 28 18:17:22 2013 -0700 > > power_supply: Move of_node out of the #ifdef CONFIG_OF @@ -30,7 +30,7 @@ On 6/28/2013 9:22 PM, Anton Vorontsov wrote: > Similar to linux/device.h, move of_node struct member out of the #ifdef > CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files. > -> Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org> +> Signed-off-by: Anton Vorontsov <anton@enomsg.org> > > diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h > index 3828cef..804b906 100644 diff --git a/a/content_digest b/N2/content_digest index 7674b84..c07951e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,14 +1,14 @@ "ref\01370899602-22123-1-git-send-email-rklein@nvidia.com\0" "ref\01370899602-22123-2-git-send-email-rklein@nvidia.com\0" "ref\020130629012255.GA20924@lizard\0" - "From\0Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" + "From\0Rhyland Klein <rklein@nvidia.com>\0" "Subject\0Re: [PATCH 1/4] power_supply: Add of_node_put to fix refcount\0" "Date\0Mon, 1 Jul 2013 12:13:18 -0400\0" - "To\0Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\0" - "Cc\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>" - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "To\0Anton Vorontsov <anton@enomsg.org>\0" + "Cc\0Stephen Warren <swarren@wwwdotorg.org>" + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + linux-tegra@vger.kernel.org <linux-tegra@vger.kernel.org> + " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "On 6/28/2013 9:22 PM, Anton Vorontsov wrote:\n" @@ -17,7 +17,7 @@ ">> it. Add of_node_put where needed to properly decrement the refcount\n" ">> when we are done using a given node.\n" ">>\n" - ">> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + ">> Signed-off-by: Rhyland Klein <rklein@nvidia.com>\n" ">> ---\n" "> \n" "> With CONFIG_OF=n I got this:\n" @@ -35,7 +35,7 @@ "> Anton\n" "> \n" "> commit b50df95c8f0703c95625181d2eaf53855c5ebee5\n" - "> Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n" + "> Author: Anton Vorontsov <anton@enomsg.org>\n" "> Date: Fri Jun 28 18:17:22 2013 -0700\n" "> \n" "> power_supply: Move of_node out of the #ifdef CONFIG_OF\n" @@ -43,7 +43,7 @@ "> Similar to linux/device.h, move of_node struct member out of the #ifdef\n" "> CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files.\n" "> \n" - "> Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n" + "> Signed-off-by: Anton Vorontsov <anton@enomsg.org>\n" "> \n" "> diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h\n" "> index 3828cef..804b906 100644\n" @@ -77,4 +77,4 @@ "-- \n" nvpublic -e117d3b0065f71e531c16bcbf49724181684d69a768885749dce735736d616e2 +b9dde45c010039de4c1feedb12ef14e84d0d0bd7b0d03429af77c9fd19dd5168
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.