diff for duplicates of <874o3jt72c.fsf@ti.com> diff --git a/a/1.txt b/N1/1.txt index 428428f..c895cca 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -82,7 +82,8 @@ power is actually cut. [...] > Index: linux-2.6/drivers/base/power/domain.c -> =================================> --- /dev/null +> =================================================================== +> --- /dev/null > +++ linux-2.6/drivers/base/power/domain.c > @@ -0,0 +1,490 @@ > +/* @@ -105,7 +106,7 @@ power is actually cut. > + > +static void genpd_sd_counter_dec(struct generic_pm_domain *genpd) > +{ -> + if (!WARN_ON(genpd->sd_count = 0)) +> + if (!WARN_ON(genpd->sd_count == 0)) > + genpd->sd_count--; > +} > + diff --git a/a/content_digest b/N1/content_digest index 8410697..5f29693 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0201106200002.19377.rjw@sisk.pl\0" "From\0Kevin Hilman <khilman@ti.com>\0" "Subject\0Re: [Update][PATCH 4/8] PM / Domains: Support for generic I/O PM domains (v6)\0" - "Date\0Tue, 21 Jun 2011 17:42:19 +0000\0" + "Date\0Tue, 21 Jun 2011 10:42:19 -0700\0" "To\0Rafael J. Wysocki <rjw@sisk.pl>\0" "Cc\0Linux PM mailing list <linux-pm@lists.linux-foundation.org>" Greg Kroah-Hartman <gregkh@suse.de> @@ -98,7 +98,8 @@ "[...]\n" "\n" "> Index: linux-2.6/drivers/base/power/domain.c\n" - "> =================================> --- /dev/null\n" + "> ===================================================================\n" + "> --- /dev/null\n" "> +++ linux-2.6/drivers/base/power/domain.c\n" "> @@ -0,0 +1,490 @@\n" "> +/*\n" @@ -121,7 +122,7 @@ "> +\n" "> +static void genpd_sd_counter_dec(struct generic_pm_domain *genpd)\n" "> +{\n" - "> +\tif (!WARN_ON(genpd->sd_count = 0))\n" + "> +\tif (!WARN_ON(genpd->sd_count == 0))\n" "> +\t\t\tgenpd->sd_count--;\n" "> +}\n" "> +\n" @@ -196,4 +197,4 @@ "\n" Kevin -17fc407ada48d9c8398e3faa7b091f9644171a15cfe58eeeb11465438173d0cd +22306b83b625382f422ad1bab94400e7228a85e04ac8b2bc5f502d678ec6bd6e
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.