All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100723101232.GE26313@bicker>

diff --git a/a/1.txt b/N1/1.txt
index 578c32a..31f87c3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,7 @@ index 2c2d862..be03a71 100644
  
 -	if (itv && (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) {
 +	if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) {
- 		if (ivtvfb_init_card(itv) = 0) {
+ 		if (ivtvfb_init_card(itv) == 0) {
  			IVTVFB_INFO("Framebuffer registered on %s\n",
  					itv->v4l2_dev.name);
 @@ -1255,7 +1255,7 @@ static int ivtvfb_callback_cleanup(struct device *dev, void *p)
diff --git a/a/content_digest b/N1/content_digest
index b1c4852..843d588 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch -next] V4L: ivtv: remove unneeded NULL checks\0"
- "Date\0Fri, 23 Jul 2010 10:12:33 +0000\0"
+ "Date\0Fri, 23 Jul 2010 12:12:33 +0200\0"
  "To\0Andy Walls <awalls@md.metrocast.net>\0"
  "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>"
   Ian Armstrong <ian@iarmst.demon.co.uk>
@@ -29,7 +29,7 @@
  " \n"
  "-\tif (itv && (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) {\n"
  "+\tif (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) {\n"
- " \t\tif (ivtvfb_init_card(itv) = 0) {\n"
+ " \t\tif (ivtvfb_init_card(itv) == 0) {\n"
  " \t\t\tIVTVFB_INFO(\"Framebuffer registered on %s\\n\",\n"
  " \t\t\t\t\titv->v4l2_dev.name);\n"
  "@@ -1255,7 +1255,7 @@ static int ivtvfb_callback_cleanup(struct device *dev, void *p)\n"
@@ -42,4 +42,4 @@
  " \t\t\tIVTVFB_WARN(\"Framebuffer %d is in use, cannot unload\\n\",\n"
  " \t\t\t\t       itv->instance);"
 
-d841c7e8e0330344be6ceaaf57e34e4331eb954b67e5aa791ba3330d6fa5dcad
+4dd4b0060d3c7a916450a8b2a2a291d89187ac10c3c9f0a3620543bcfabba596

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.