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

diff --git a/a/1.txt b/N1/1.txt
index 82b858c..5df2484 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,14 +10,14 @@ index df43f26..cc2f072 100644
 +++ b/net/caif/cfcnfg.c
 @@ -313,14 +313,10 @@ cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id, enum cfctrl_srv serv,
  	caif_assert(phyinfo->phy_layer != NULL);
- 	caif_assert(phyinfo->phy_layer->id = phyid);
+ 	caif_assert(phyinfo->phy_layer->id == phyid);
  
 -	if (phyinfo != NULL &&
--	    phyinfo->phy_ref_count++ = 0 &&
+-	    phyinfo->phy_ref_count++ == 0 &&
 -	    phyinfo->phy_layer != NULL &&
-+	if (phyinfo->phy_ref_count++ = 0 &&
++	if (phyinfo->phy_ref_count++ == 0 &&
  	    phyinfo->phy_layer->modemcmd != NULL) {
--		caif_assert(phyinfo->phy_layer->id = phyid);
+-		caif_assert(phyinfo->phy_layer->id == phyid);
  		phyinfo->phy_layer->modemcmd(phyinfo->phy_layer,
  					     _CAIF_MODEMCMD_PHYIF_USEFULL);
 -
diff --git a/a/content_digest b/N1/content_digest
index 4df6bd2..4880d4b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] caif: cleanup: remove duplicate checks\0"
- "Date\0Sat, 22 May 2010 20:45:19 +0000\0"
+ "Date\0Sat, 22 May 2010 22:45:19 +0200\0"
  "To\0netdev@vger.kernel.org\0"
  "Cc\0Sjur Braendeland <sjur.brandeland@stericsson.com>"
   Stephen Rothwell <sfr@canb.auug.org.au>
@@ -20,18 +20,18 @@
  "+++ b/net/caif/cfcnfg.c\n"
  "@@ -313,14 +313,10 @@ cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id, enum cfctrl_srv serv,\n"
  " \tcaif_assert(phyinfo->phy_layer != NULL);\n"
- " \tcaif_assert(phyinfo->phy_layer->id = phyid);\n"
+ " \tcaif_assert(phyinfo->phy_layer->id == phyid);\n"
  " \n"
  "-\tif (phyinfo != NULL &&\n"
- "-\t    phyinfo->phy_ref_count++ = 0 &&\n"
+ "-\t    phyinfo->phy_ref_count++ == 0 &&\n"
  "-\t    phyinfo->phy_layer != NULL &&\n"
- "+\tif (phyinfo->phy_ref_count++ = 0 &&\n"
+ "+\tif (phyinfo->phy_ref_count++ == 0 &&\n"
  " \t    phyinfo->phy_layer->modemcmd != NULL) {\n"
- "-\t\tcaif_assert(phyinfo->phy_layer->id = phyid);\n"
+ "-\t\tcaif_assert(phyinfo->phy_layer->id == phyid);\n"
  " \t\tphyinfo->phy_layer->modemcmd(phyinfo->phy_layer,\n"
  " \t\t\t\t\t     _CAIF_MODEMCMD_PHYIF_USEFULL);\n"
  "-\n"
  " \t}\n"
  " \tadapt_layer->id = channel_id;"
 
-c23064883522e1bce299b7121417b3957b409533d2ce28b93f7004731f890ed1
+199fba6a591075e3dfd84f095aee8dd895393069b54c240d424a492aa1e9dfc5

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.