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

diff --git a/a/1.txt b/N1/1.txt
index 0a6a212..c19c154 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ index 3e20aa8..c1c3e26 100644
 @@ -2514,7 +2514,7 @@ struct dvb_frontend *dib8000_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, s
  		return NULL;
  	fe = kzalloc(sizeof(struct dvb_frontend), GFP_KERNEL);
- 	if (fe = NULL)
+ 	if (fe == NULL)
 -		return NULL;
 +		goto error;
  
diff --git a/a/content_digest b/N1/content_digest
index 15e615c..398e688 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch 1/2] [media] dib8000: fix small memory leak on error\0"
- "Date\0Wed, 19 Jan 2011 14:27:58 +0000\0"
+ "Date\0Wed, 19 Jan 2011 17:27:58 +0300\0"
  "To\0Mauro Carvalho Chehab <mchehab@infradead.org>\0"
  "Cc\0Patrick Boettcher <patrick.boettcher@dibcom.fr>"
   Olivier Grenie <olivier.grenie@dibcom.fr>
@@ -19,11 +19,11 @@
  "@@ -2514,7 +2514,7 @@ struct dvb_frontend *dib8000_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, s\n"
  " \t\treturn NULL;\n"
  " \tfe = kzalloc(sizeof(struct dvb_frontend), GFP_KERNEL);\n"
- " \tif (fe = NULL)\n"
+ " \tif (fe == NULL)\n"
  "-\t\treturn NULL;\n"
  "+\t\tgoto error;\n"
  " \n"
  " \tmemcpy(&state->cfg, cfg, sizeof(struct dib8000_config));\n"
  " \tstate->i2c.adap = i2c_adap;"
 
-e56f038654685c5a8ff8207f2e2e19a210d008539893775265f0e8f5e149ef07
+2f24501ba1d06c26056905264a5454c748d7d70925e902e4986abdb3de04617d

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.