diff for duplicates of <1473420014.11323.119.camel@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index ebb5bbf..71e1f55 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ On Thu, 2016-09-08 at 15:41 -0700, sathyanarayanan kuppuswamy wrote: > I checked the expander driver logic. As long as we return platform > data > as NULL, it by default falls back to dynamic allocation. So I think -> returning NULL on gpio_base = -1 is itself enough to support the +> returning NULL on gpio_base == -1 is itself enough to support the > dynamic allocation. > > file: a/drivers/gpio/gpio-pca953x.c @@ -51,7 +51,7 @@ dynamic allocation. > message > into one line. > -> + if (gpio_base = -1) { +> + if (gpio_base == -1) { > + pr_warn("%s: falling back to dynamic gpio > allocation\n", > + __func__); diff --git a/a/content_digest b/N1/content_digest index 2efb62f..acc1234 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\032bf3578-ec96-b043-67a1-7c6defb8c88c@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\0Fri, 09 Sep 2016 11:20:14 +0000\0" + "Date\0Fri, 09 Sep 2016 14:20:14 +0300\0" "To\0sathyanarayanan.kuppuswamy@linux.intel.com" " wharms@bfs.de\0" "Cc\0dan.carpenter@oracle.com" @@ -21,7 +21,7 @@ "> I checked the expander driver logic. As long as we return platform\n" "> data\302\240\n" "> as NULL, it by default falls back to dynamic allocation. So I think\302\240\n" - "> returning NULL on gpio_base = -1 is itself enough to support the\302\240\n" + "> returning NULL on gpio_base == -1 is itself enough to support the\302\240\n" "> dynamic allocation.\n" "> \n" "> file: a/drivers/gpio/gpio-pca953x.c\n" @@ -66,7 +66,7 @@ "> message\302\240\n" "> into one line.\n" "> \n" - "> +\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (gpio_base = -1) {\n" + "> +\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (gpio_base == -1) {\n" "> +\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240pr_warn(\"%s: falling back to dynamic gpio\n" "> allocation\\n\",\n" "> +\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240__func__);\n" @@ -94,4 +94,4 @@ "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n" Intel Finland Oy -a4d3470eaf657bf0a2c40c7997213b1155a5bedc80a4570acb50c047ea5a48c0 +59226d373664bde52aea09749bd32f683292b8e29df8cfd05fe05fdd8820e47a
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.