All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1450341626-6695-19-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

diff --git a/a/1.txt b/N1/1.txt
index 62ed4a5..644b810 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -85,7 +85,7 @@ index 8d9e511fd61a..a68f26db9b3f 100644
  };
  
 @@ -172,11 +174,10 @@ struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index)
- 	if (rpf = NULL)
+ 	if (rpf == NULL)
  		return ERR_PTR(-ENOMEM);
  
 -	rpf->ops = &rpf_vdev_ops;
@@ -196,7 +196,7 @@ index b81595eb51dc..84772fa258a5 100644
  {
  	struct vsp1_rwpf *wpf;
 @@ -187,12 +190,10 @@ struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index)
- 	if (wpf = NULL)
+ 	if (wpf == NULL)
  		return ERR_PTR(-ENOMEM);
  
 -	wpf->ops = &wpf_vdev_ops;
diff --git a/a/content_digest b/N1/content_digest
index 2049af7..389dae3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH/RFC 18/48] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operations\0"
 ]
 [
-  "Date\0Thu, 17 Dec 2015 08:39:56 +0000\0"
+  "Date\0Thu, 17 Dec 2015 10:39:56 +0200\0"
 ]
 [
   "To\0linux-media\@vger.kernel.org\0"
@@ -110,7 +110,7 @@
   " };\n",
   " \n",
   "\@\@ -172,11 +174,10 \@\@ struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index)\n",
-  " \tif (rpf = NULL)\n",
+  " \tif (rpf == NULL)\n",
   " \t\treturn ERR_PTR(-ENOMEM);\n",
   " \n",
   "-\trpf->ops = &rpf_vdev_ops;\n",
@@ -221,7 +221,7 @@
   " {\n",
   " \tstruct vsp1_rwpf *wpf;\n",
   "\@\@ -187,12 +190,10 \@\@ struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index)\n",
-  " \tif (wpf = NULL)\n",
+  " \tif (wpf == NULL)\n",
   " \t\treturn ERR_PTR(-ENOMEM);\n",
   " \n",
   "-\twpf->ops = &wpf_vdev_ops;\n",
@@ -238,4 +238,4 @@
   "2.4.10"
 ]
 
-5d28e134d1ec2a13c9357fb926b5f0c47b84fa9026b054c78e464b13b27ef546
+caf05110fc1a7d4063b291cf30bd85b6e4c8e58e1366550447db6706e7b5eb19

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.