diff for duplicates of <4C2DB6A2.2040005@simtec.co.uk> diff --git a/a/1.txt b/N1/1.txt index 054bbbc..197b368 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,7 +44,7 @@ always evaluating to true? > framebuffer_release(win->fbinfo); > } > @@ -865,6 +867,7 @@ static int __devinit s3c_fb_probe_win(struct s3c_fb *sfb, unsigned int win_no, -> WARN_ON(windata->win_mode.yres = 0); +> WARN_ON(windata->win_mode.yres == 0); > > win = fbinfo->par; > + *res = win; diff --git a/a/content_digest b/N1/content_digest index 551d4b2..37e56f8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,15 @@ "ref\01277712538-23188-1-git-send-email-p.osciak@samsung.com\0" "ref\01277712538-23188-2-git-send-email-p.osciak@samsung.com\0" "From\0Ben Dooks <ben@simtec.co.uk>\0" - "Subject\0Re: [PATCH v3 01/12] s3c-fb: Fix various null references on framebuffer\0" - "Date\0Fri, 02 Jul 2010 09:51:30 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Subject\0Re: [PATCH v3 01/12] s3c-fb: Fix various null references on framebuffer memory alloc failure\0" + "Date\0Fri, 02 Jul 2010 10:51:30 +0100\0" + "To\0Pawel Osciak <p.osciak@samsung.com>\0" + "Cc\0linux-fbdev@vger.kernel.org" + linux-samsung-soc@vger.kernel.org + kyungmin.park@samsung.com + ben-linux@fluff.org + linux-arm-kernel@lists.infradead.org + " m.szyprowski@samsung.com\0" "\00:1\0" "b\0" "On 28/06/10 09:08, Pawel Osciak wrote:\n" @@ -52,7 +58,7 @@ "> \t\tframebuffer_release(win->fbinfo);\n" "> \t}\n" "> @@ -865,6 +867,7 @@ static int __devinit s3c_fb_probe_win(struct s3c_fb *sfb, unsigned int win_no,\n" - "> \tWARN_ON(windata->win_mode.yres = 0);\n" + "> \tWARN_ON(windata->win_mode.yres == 0);\n" "> \n" "> \twin = fbinfo->par;\n" "> +\t*res = win;\n" @@ -68,4 +74,4 @@ "> \n" "> \treturn 0;" -818f9ed16c3524f7e6e9b3486f01719dcff4ce238c85e57d72e475995ce2b6f5 +372e4b3b500caf0fe98e7043b69e88f6750fee2ba8ce017725d66a5e3eb039b3
diff --git a/a/1.txt b/N2/1.txt index 054bbbc..197b368 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -44,7 +44,7 @@ always evaluating to true? > framebuffer_release(win->fbinfo); > } > @@ -865,6 +867,7 @@ static int __devinit s3c_fb_probe_win(struct s3c_fb *sfb, unsigned int win_no, -> WARN_ON(windata->win_mode.yres = 0); +> WARN_ON(windata->win_mode.yres == 0); > > win = fbinfo->par; > + *res = win; diff --git a/a/content_digest b/N2/content_digest index 551d4b2..a7f2aec 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,8 @@ "ref\01277712538-23188-1-git-send-email-p.osciak@samsung.com\0" "ref\01277712538-23188-2-git-send-email-p.osciak@samsung.com\0" - "From\0Ben Dooks <ben@simtec.co.uk>\0" - "Subject\0Re: [PATCH v3 01/12] s3c-fb: Fix various null references on framebuffer\0" - "Date\0Fri, 02 Jul 2010 09:51:30 +0000\0" + "From\0ben@simtec.co.uk (Ben Dooks)\0" + "Subject\0[PATCH v3 01/12] s3c-fb: Fix various null references on framebuffer memory alloc failure\0" + "Date\0Fri, 02 Jul 2010 10:51:30 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -52,7 +52,7 @@ "> \t\tframebuffer_release(win->fbinfo);\n" "> \t}\n" "> @@ -865,6 +867,7 @@ static int __devinit s3c_fb_probe_win(struct s3c_fb *sfb, unsigned int win_no,\n" - "> \tWARN_ON(windata->win_mode.yres = 0);\n" + "> \tWARN_ON(windata->win_mode.yres == 0);\n" "> \n" "> \twin = fbinfo->par;\n" "> +\t*res = win;\n" @@ -68,4 +68,4 @@ "> \n" "> \treturn 0;" -818f9ed16c3524f7e6e9b3486f01719dcff4ce238c85e57d72e475995ce2b6f5 +816aad7fcad3a2fefc171929dbddf934e173b4aa8bbcea5a28d4bfc03349c227
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.