All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1473339095.11323.112.camel@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index fc2aef1..06dc82d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,7 +34,7 @@ check how it supposed to be in GPIO framework. IIRC gpio_base = -1
 > *info)
 >  	char intr_pin_name[SFI_NAME_LEN + 1];
 >  
->  	if (nr = MAX7315_NUM) {
+>  	if (nr == MAX7315_NUM) {
 > -		pr_err("too many max7315s, we only support %d\n",
 > -				MAX7315_NUM);
 > -		return NULL;
@@ -89,8 +89,8 @@ This change doesn't belong to the series.
 >  	intr = get_gpio_by_name(intr_pin_name);
 >  
 >  	/* Check if the SFI record valid */
-> -	if (gpio_base = -1)
-> +	if (gpio_base = -1) {
+> -	if (gpio_base == -1)
+> +	if (gpio_base == -1) {
 > +		pr_err("%s: Unknown GPIO base number, falling back to
 > dynamic"
 > +		       "allocation\n", __func__);
diff --git a/a/content_digest b/N1/content_digest
index ca38391..6c5536d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01473293103-78682-1-git-send-email-sathyanarayanan.kuppuswamy@linux.intel.com\0"
  "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0"
  "Subject\0Re: [PATCH v2 1/1] intel-mid: Fix sfi get_platform_data() return value issues\0"
- "Date\0Thu, 08 Sep 2016 12:51:35 +0000\0"
+ "Date\0Thu, 08 Sep 2016 15:51:35 +0300\0"
  "To\0Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>"
  " wharms@bfs.de\0"
  "Cc\0dan.carpenter@oracle.com"
@@ -47,7 +47,7 @@
  "> *info)\n"
  "> \302\240\tchar intr_pin_name[SFI_NAME_LEN + 1];\n"
  "> \302\240\n"
- "> \302\240\tif (nr = MAX7315_NUM) {\n"
+ "> \302\240\tif (nr == MAX7315_NUM) {\n"
  "> -\t\tpr_err(\"too many max7315s, we only support %d\\n\",\n"
  "> -\t\t\t\tMAX7315_NUM);\n"
  "> -\t\treturn NULL;\n"
@@ -102,8 +102,8 @@
  "> \302\240\tintr = get_gpio_by_name(intr_pin_name);\n"
  "> \302\240\n"
  "> \302\240\t/* Check if the SFI record valid */\n"
- "> -\tif (gpio_base = -1)\n"
- "> +\tif (gpio_base = -1) {\n"
+ "> -\tif (gpio_base == -1)\n"
+ "> +\tif (gpio_base == -1) {\n"
  "> +\t\tpr_err(\"%s: Unknown GPIO base number, falling back to\n"
  "> dynamic\"\n"
  "> +\t\t\302\240\302\240\302\240\302\240\302\240\302\240\302\240\"allocation\\n\", __func__);\n"
@@ -131,4 +131,4 @@
  "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  Intel Finland Oy
 
-13a0bffaf0ff63cec41a672ddcdfe8a53e72f820387892cb5f4384051a0150dd
+c7dc4aa2f95bdcde7d0a19008fca177b6cd3c907ed402c258ec8219b865373db

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.