All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180317223044.42c963b9@archlinux>

diff --git a/a/1.txt b/N1/1.txt
index 1f1cabe..18e098f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -111,7 +111,7 @@ int ret = 0;
 > +	if (ret < 0)
 > +		goto unlock;
 > +
->  	if (data->motion_trig = trig)
+>  	if (data->motion_trig == trig)
 >  		ret = kxcjk1013_setup_any_motion_interrupt(data, state);
 >  	else
 >  		ret = kxcjk1013_setup_new_data_interrupt(data, state);
@@ -121,7 +121,7 @@ int ret = 0;
 > -		return ret;
 > +		goto unlock;
 >  	}
->  	if (data->motion_trig = trig)
+>  	if (data->motion_trig == trig)
 >  		data->motion_trigger_on = state;
 >  	else
 >  		data->dready_trigger_on = state;
diff --git a/a/content_digest b/N1/content_digest
index 04e5823..f40fa74 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -125,7 +125,7 @@
  "> +\tif (ret < 0)\n"
  "> +\t\tgoto unlock;\n"
  "> +\n"
- ">  \tif (data->motion_trig = trig)\n"
+ ">  \tif (data->motion_trig == trig)\n"
  ">  \t\tret = kxcjk1013_setup_any_motion_interrupt(data, state);\n"
  ">  \telse\n"
  ">  \t\tret = kxcjk1013_setup_new_data_interrupt(data, state);\n"
@@ -135,7 +135,7 @@
  "> -\t\treturn ret;\n"
  "> +\t\tgoto unlock;\n"
  ">  \t}\n"
- ">  \tif (data->motion_trig = trig)\n"
+ ">  \tif (data->motion_trig == trig)\n"
  ">  \t\tdata->motion_trigger_on = state;\n"
  ">  \telse\n"
  ">  \t\tdata->dready_trigger_on = state;\n"
@@ -152,4 +152,4 @@
  ">  \n"
  >  static const struct iio_trigger_ops kxcjk1013_trigger_ops = {
 
-0117ec85c5b402af94eb5d1557c6b177e076fb18db27498d2b54dc63b8a41b6f
+9f0d64c7072becdc4e937371cc912716d772d828d58aaa192fb8709437a8731d

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.