diff for duplicates of <51C1DD0C.4030807@samsung.com> diff --git a/a/1.txt b/N1/1.txt index b46fdc0..0682a23 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -170,7 +170,7 @@ OK, thanks for the suggestion. I've addressed this in v2. > Nice trick ;), but not very readable. What about creating an enum of PHYs > and using those defined values here: > -> if (id = PHY_DSI0 || id = PHY_DSI1) +> if (id == PHY_DSI0 || id == PHY_DSI1) Yeah, good point. Fixed. diff --git a/a/content_digest b/N1/content_digest index 1260d33..42286b8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,19 @@ "ref\03575249.Vg82ll65tN@flatron\0" "From\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0" "Subject\0Re: [RFC PATCH 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs\0" - "Date\0Wed, 19 Jun 2013 16:32:12 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Wed, 19 Jun 2013 18:32:12 +0200\0" + "To\0Tomasz Figa <tomasz.figa@gmail.com>\0" + "Cc\0kishon@ti.com" + linux-arm-kernel@lists.infradead.org + linux-media@vger.kernel.org + linux-samsung-soc@vger.kernel.org + kyungmin.park@samsung.com + sw0312.kim@samsung.com + devicetree-discuss@lists.ozlabs.org + kgene.kim@samsung.com + dh09.lee@samsung.com + jg1.han@samsung.com + " linux-fbdev@vger.kernel.org\0" "\00:1\0" "b\0" "Hi Tomasz,\n" @@ -179,7 +190,7 @@ "> Nice trick ;), but not very readable. What about creating an enum of PHYs \n" "> and using those defined values here:\n" "> \n" - "> \tif (id = PHY_DSI0 || id = PHY_DSI1)\n" + "> \tif (id == PHY_DSI0 || id == PHY_DSI1)\n" "\n" "Yeah, good point. Fixed.\n" "\n" @@ -305,4 +316,4 @@ "Regards,\n" Sylwester -8ba7aed03503ed52f32174b70c22c862fd7574cef54a81be1ed1dbeafad94aa9 +3b8c4ec1b8b7eb85e17043555dda3742394a875e7b2b7e4d6b0cbab3c5625354
diff --git a/a/1.txt b/N2/1.txt index b46fdc0..0682a23 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -170,7 +170,7 @@ OK, thanks for the suggestion. I've addressed this in v2. > Nice trick ;), but not very readable. What about creating an enum of PHYs > and using those defined values here: > -> if (id = PHY_DSI0 || id = PHY_DSI1) +> if (id == PHY_DSI0 || id == PHY_DSI1) Yeah, good point. Fixed. diff --git a/a/content_digest b/N2/content_digest index 1260d33..52ac2e6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,9 @@ "ref\01371231951-1969-1-git-send-email-s.nawrocki@samsung.com\0" "ref\01371231951-1969-2-git-send-email-s.nawrocki@samsung.com\0" "ref\03575249.Vg82ll65tN@flatron\0" - "From\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0" - "Subject\0Re: [RFC PATCH 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs\0" - "Date\0Wed, 19 Jun 2013 16:32:12 +0000\0" + "From\0s.nawrocki@samsung.com (Sylwester Nawrocki)\0" + "Subject\0[RFC PATCH 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs\0" + "Date\0Wed, 19 Jun 2013 18:32:12 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -179,7 +179,7 @@ "> Nice trick ;), but not very readable. What about creating an enum of PHYs \n" "> and using those defined values here:\n" "> \n" - "> \tif (id = PHY_DSI0 || id = PHY_DSI1)\n" + "> \tif (id == PHY_DSI0 || id == PHY_DSI1)\n" "\n" "Yeah, good point. Fixed.\n" "\n" @@ -305,4 +305,4 @@ "Regards,\n" Sylwester -8ba7aed03503ed52f32174b70c22c862fd7574cef54a81be1ed1dbeafad94aa9 +922bea9abc1fbed97bd1ba3dc21b85a76395c98e1cd4dee0f7eb855464963880
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.