diff for duplicates of <1473420465.11323.126.camel@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 6333c02..27948b9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -81,7 +81,7 @@ Remove "mfd" word. > + } > > pdev = platform_device_alloc(pentry->name, 0); -> if (pdev = NULL) { +> if (pdev == NULL) { > diff --git a/arch/x86/platform/intel-mid/device_libs/platform_lis331.c > b/arch/x86/platform/intel-mid/device_libs/platform_lis331.c > index 8be5d40..393c23e 100644 @@ -131,8 +131,8 @@ MPU3050_INT1 > 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_warn("%s: falling back to dynamic gpio > allocation\n", > + __func__); diff --git a/a/content_digest b/N1/content_digest index e1d5749..f784a65 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\09b3987cc6560a1171809103e87e700d68c9a6b65.1473386382.git.sathyanarayanan.kuppuswamy@linux.intel.com\0" "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0" "Subject\0Re: [PATCH v3 2/3] intel-mid: Add valid error messages on init failure\0" - "Date\0Fri, 09 Sep 2016 11:27:45 +0000\0" + "Date\0Fri, 09 Sep 2016 14:27:45 +0300\0" "To\0Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>" " wharms@bfs.de\0" "Cc\0dan.carpenter@oracle.com" @@ -94,7 +94,7 @@ "> +\t}\n" "> \302\240\n" "> \302\240\tpdev = platform_device_alloc(pentry->name, 0);\n" - "> \302\240\tif (pdev = NULL) {\n" + "> \302\240\tif (pdev == NULL) {\n" "> diff --git a/arch/x86/platform/intel-mid/device_libs/platform_lis331.c \n" "> b/arch/x86/platform/intel-mid/device_libs/platform_lis331.c\n" "> index 8be5d40..393c23e 100644\n" @@ -144,8 +144,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_warn(\"%s: falling back to dynamic gpio\n" "> allocation\\n\",\n" "> +\t\t\t__func__);\n" @@ -175,4 +175,4 @@ "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n" Intel Finland Oy -532e3befd8fdbd27515f9ec6158853179296de7738a819831185b96d9e656c68 +214aa5ebeb4c2753c83573aacb629b4f894d7b5e5946c49f2fdb11149d553b5f
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.