All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130107160137.dec5098a.akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index b3adde4..becacf2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,7 @@ Jingoo Han <jg1.han@samsung.com> wrote:
 >  	struct backlight_device *new_bd;
 >  	int rc;
 >  
-> +	if (name = NULL) {
+> +	if (name == NULL) {
 > +		pr_err("backlight name is null\n");
 > +		return ERR_PTR(-EINVAL);
 > +	}
diff --git a/a/content_digest b/N1/content_digest
index f31761b..2f4ede0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0000b01cdea55$92725aa0$b7570fe0$%han@samsung.com\0"
  "From\0Andrew Morton <akpm@linux-foundation.org>\0"
  "Subject\0Re: [PATCH] backlight: check null deference of name when device is registered\0"
- "Date\0Tue, 08 Jan 2013 00:01:37 +0000\0"
+ "Date\0Mon, 7 Jan 2013 16:01:37 -0800\0"
  "To\0Jingoo Han <jg1.han@samsung.com>\0"
  "Cc\0'LKML' <linux-kernel@vger.kernel.org>"
   linux-fbdev@vger.kernel.org
@@ -23,7 +23,7 @@
  ">  \tstruct backlight_device *new_bd;\n"
  ">  \tint rc;\n"
  ">  \n"
- "> +\tif (name = NULL) {\n"
+ "> +\tif (name == NULL) {\n"
  "> +\t\tpr_err(\"backlight name is null\\n\");\n"
  "> +\t\treturn ERR_PTR(-EINVAL);\n"
  "> +\t}\n"
@@ -38,4 +38,4 @@
  "If \"no\" then why don't we declare that \"passing name=NULL is a bug\" and\n"
  leave the code as-is?
 
-9669f386eedbfba98d508d140965fd399d38a1a23dc41b5912d8075a8fefecba
+13b90c0f0c97f0e5e8fa23a6bd103fb18628f975810c408deee84da6e2c3eb9d

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.