diff for duplicates of <55D29063.7080909@renesas.com> diff --git a/a/1.txt b/N1/1.txt index 9da5eec..b6dc8be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,7 +32,7 @@ I will fix it. >> + >> + if (!clk_rate) > -> I prefer it when these are explicit: clk_rate == 0. This goes for +> I prefer it when these are explicit: clk_rate = 0. This goes for > numerical comparisons. For booleans, or NULL pointer comparisons the > !expression is fine. @@ -48,7 +48,7 @@ I will fix it. >> + if (div < 0) >> + return div; >> + ->> + /* Let the core driver set pwm->period if disabled and duty_ns == 0 */ +>> + /* Let the core driver set pwm->period if disabled and duty_ns = 0 */ >> + if (!test_bit(PWMF_ENABLED, &pwm->flags) && !duty_ns) >> + return 0; >> + diff --git a/a/content_digest b/N1/content_digest index e98b2b4..7b6608f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020150817141533.GB6891@ulmo.nvidia.com\0" "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\0" "Subject\0Re: [PATCH v5 2/2] pwm: Add support for R-Car PWM Timer\0" - "Date\0Tue, 18 Aug 2015 10:54:43 +0900\0" + "Date\0Tue, 18 Aug 2015 01:54:43 +0000\0" "To\0Thierry Reding <thierry.reding@gmail.com>\0" "Cc\0robh+dt@kernel.org" pawel.moll@arm.com @@ -49,7 +49,7 @@ ">> +\n" ">> +\tif (!clk_rate)\n" "> \n" - "> I prefer it when these are explicit: clk_rate == 0. This goes for\n" + "> I prefer it when these are explicit: clk_rate = 0. This goes for\n" "> numerical comparisons. For booleans, or NULL pointer comparisons the\n" "> !expression is fine.\n" "\n" @@ -65,7 +65,7 @@ ">> +\tif (div < 0)\n" ">> +\t\treturn div;\n" ">> +\n" - ">> +\t/* Let the core driver set pwm->period if disabled and duty_ns == 0 */\n" + ">> +\t/* Let the core driver set pwm->period if disabled and duty_ns = 0 */\n" ">> +\tif (!test_bit(PWMF_ENABLED, &pwm->flags) && !duty_ns)\n" ">> +\t\treturn 0;\n" ">> +\n" @@ -139,4 +139,4 @@ "> Thierry\n" > -9b599c08c554809d1a0ba7a8be54de3b3ccaa9655b012dec84a19d7efb7c91b2 +692ab2ba43bf91b5746740c15cfc100f30c114cc01ae4bafe143b5b53083e1f1
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.