diff for duplicates of <552D8898.3060905@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 79286a7..c0f1ed7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -96,7 +96,7 @@ shouldn't handle such descriptors. [...] >> + skb_put(skb, pkt_len); >> + skb->protocol = eth_type_trans(skb, ndev); ->> + if (q = RAVB_NC) +>> + if (q == RAVB_NC) >> + netif_rx(skb); >> + else >> + netif_receive_skb(skb); @@ -167,7 +167,7 @@ is appropriate, I think. > [snip] ->> + if (ecmd->duplex = DUPLEX_FULL) +>> + if (ecmd->duplex == DUPLEX_FULL) >> + priv->duplex = 1; >> + else >> + priv->duplex = 0; diff --git a/a/content_digest b/N1/content_digest index be5e076..10eb516 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0552C4554.2070608@gmail.com\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [PATCH v3] Renesas Ethernet AVB driver\0" - "Date\0Tue, 14 Apr 2015 21:37:28 +0000\0" + "Date\0Wed, 15 Apr 2015 00:37:28 +0300\0" "To\0Florian Fainelli <f.fainelli@gmail.com>" robh+dt@kernel.org pawel.moll@arm.com @@ -114,7 +114,7 @@ "[...]\n" ">> +\t\t\tskb_put(skb, pkt_len);\n" ">> +\t\t\tskb->protocol = eth_type_trans(skb, ndev);\n" - ">> +\t\t\tif (q = RAVB_NC)\n" + ">> +\t\t\tif (q == RAVB_NC)\n" ">> +\t\t\t\tnetif_rx(skb);\n" ">> +\t\t\telse\n" ">> +\t\t\t\tnetif_receive_skb(skb);\n" @@ -185,7 +185,7 @@ "\n" "> [snip]\n" "\n" - ">> +\tif (ecmd->duplex = DUPLEX_FULL)\n" + ">> +\tif (ecmd->duplex == DUPLEX_FULL)\n" ">> +\t\tpriv->duplex = 1;\n" ">> +\telse\n" ">> +\t\tpriv->duplex = 0;\n" @@ -317,4 +317,4 @@ "\n" WBR, Sergei -be02017a07b5a79ee672873bae945949b168f914a7c49b99d3a6c1b60b76315f +335a9a48f31b54608387af2ee7bfe4146526d2c656ba2adaf351c4f0f9ae30f2
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.