diff for duplicates of <4D3F3F3F.2020308@hauppauge.com> diff --git a/a/1.txt b/N1/1.txt index 3399bb2..fc175b4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,15 +21,15 @@ On 01/25/2011 03:38 PM, Peter Huewe wrote: > > p_current_fw = vmalloc(1884180 * 4); > p_fw = p_current_fw; -> - if (p_current_fw = 0) { -> + if (p_current_fw = NULL) { +> - if (p_current_fw == 0) { +> + if (p_current_fw == NULL) { > dprintk(2, "FAIL!!!\n"); > return -1; > } > > p_buffer = vmalloc(4096); -> - if (p_buffer = 0) { -> + if (p_buffer = NULL) { +> - if (p_buffer == 0) { +> + if (p_buffer == NULL) { > dprintk(2, "FAIL!!!\n"); > return -1; > } diff --git a/a/content_digest b/N1/content_digest index 11367c4..6c60b43 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01295987932-19785-1-git-send-email-peterhuewe@gmx.de\0" "From\0Devin Heitmueller <dheitmueller@hauppauge.com>\0" "Subject\0Re: [PATCH] video/cx231xx: Fix sparse warning: Using plain integer as NULL pointer\0" - "Date\0Tue, 25 Jan 2011 21:23:11 +0000\0" + "Date\0Tue, 25 Jan 2011 16:23:11 -0500\0" "To\0Peter Huewe <peterhuewe@gmx.de>\0" "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>" Sri Deevi <Srinivasa.Deevi@conexant.com> @@ -34,15 +34,15 @@ ">\n" "> p_current_fw = vmalloc(1884180 * 4);\n" "> p_fw = p_current_fw;\n" - "> - if (p_current_fw = 0) {\n" - "> + if (p_current_fw = NULL) {\n" + "> - if (p_current_fw == 0) {\n" + "> + if (p_current_fw == NULL) {\n" "> dprintk(2, \"FAIL!!!\\n\");\n" "> return -1;\n" "> }\n" ">\n" "> p_buffer = vmalloc(4096);\n" - "> - if (p_buffer = 0) {\n" - "> + if (p_buffer = NULL) {\n" + "> - if (p_buffer == 0) {\n" + "> + if (p_buffer == NULL) {\n" "> dprintk(2, \"FAIL!!!\\n\");\n" "> return -1;\n" "> }\n" @@ -124,4 +124,4 @@ "Senior Software Engineer\n" Hauppauge Computer Works -b5b59813cd48ae29faeba5025ad36ab8f5458cfde37a8389cff931f4b1d9d573 +4db0e43822f26e5dd17511c1eeda559a84d495ebc61ff4b9dcb274927976b779
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.