All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5b8ea228-917f-cfde-7000-5d8204b24bc1@users.sourceforge.net>

diff --git a/a/1.txt b/N1/1.txt
index aa349ec..8afe6ad 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,14 +23,14 @@ index 072aa38374ce..8162833d2041 100644
  	int ncpus = 0;
  	struct device_node *dn;
  
--	if (clock_complex_base == NULL) {
+-	if (clock_complex_base = NULL) {
 +	if (!clock_complex_base) {
  		pr_err("%s: clock-complex base register not set\n",
  			__func__);
  		return;
  	}
  
--	if (pmu_dfs_base == NULL)
+-	if (pmu_dfs_base = NULL)
 +	if (!pmu_dfs_base)
  		pr_warn("%s: pmu-dfs base register not set, dynamic frequency scaling not available\n",
  			__func__);
diff --git a/a/content_digest b/N1/content_digest
index 1e282c4..346250c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH 2/5] clk: mvebu: Adjust two checks for null pointers in of_cpu_clk_setup()\0"
 ]
 [
-  "Date\0Wed, 19 Apr 2017 21:54:12 +0200\0"
+  "Date\0Wed, 19 Apr 2017 19:54:12 +0000\0"
 ]
 [
   "To\0linux-clk\@vger.kernel.org",
@@ -51,14 +51,14 @@
   " \tint ncpus = 0;\n",
   " \tstruct device_node *dn;\n",
   " \n",
-  "-\tif (clock_complex_base == NULL) {\n",
+  "-\tif (clock_complex_base = NULL) {\n",
   "+\tif (!clock_complex_base) {\n",
   " \t\tpr_err(\"%s: clock-complex base register not set\\n\",\n",
   " \t\t\t__func__);\n",
   " \t\treturn;\n",
   " \t}\n",
   " \n",
-  "-\tif (pmu_dfs_base == NULL)\n",
+  "-\tif (pmu_dfs_base = NULL)\n",
   "+\tif (!pmu_dfs_base)\n",
   " \t\tpr_warn(\"%s: pmu-dfs base register not set, dynamic frequency scaling not available\\n\",\n",
   " \t\t\t__func__);\n",
@@ -67,4 +67,4 @@
   "2.12.2"
 ]
 
-a392c25cce6ee06aa9b4fe9865fd3b441f52f197c14b736197b22a2f5cc158d0
+93ba0b67a2cca26ad21fd78593e867dd008063a6b17df39873eb845bc908232e

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.