All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4BF8E6FE.9000303@bfs.de>

diff --git a/a/1.txt b/N1/1.txt
index f00cdde..3e5eedc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,14 +13,14 @@ Dan Carpenter schrieb:
 > +++ 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 5eb9d60..f994217 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020100522204519.GW22515@bicker\0"
  "From\0walter harms <wharms@bfs.de>\0"
  "Subject\0Re: [patch] caif: cleanup: remove duplicate checks\0"
- "Date\0Sun, 23 May 2010 08:27:42 +0000\0"
+ "Date\0Sun, 23 May 2010 10:27:42 +0200\0"
  "To\0Dan Carpenter <error27@gmail.com>\0"
  "Cc\0netdev@vger.kernel.org"
   Sjur Braendeland <sjur.brandeland@stericsson.com>
@@ -25,14 +25,14 @@
  "> +++ 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"
@@ -50,4 +50,4 @@
  "re,\n"
   wh
 
-51730e9cbd468b7cbc1186ae1b030a31fd65365139d25201d389b2579fb4b9e9
+7c7c88b7e4b32a1e52a4cfea9e1277d7956e5b6cd660fc89a878dced11887bce

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.