diff for duplicates of <552C63FD.9010005@gmx.de> diff --git a/a/1.txt b/N1/1.txt index 0140615..044023e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -251,7 +251,7 @@ the queues are freed, shouldn't it? > + } > + > + /* TX timestamp required */ -> + if (q = RAVB_NC) { +> + if (q == RAVB_NC) { > + ts_skb = kmalloc(sizeof(*ts_skb), GFP_ATOMIC); > + if (!ts_skb) > + return -ENOMEM; @@ -349,7 +349,8 @@ According to memory-barriers.txt this needs a mmiowb prior to unlock > + priv->phy_interface = of_get_phy_mode(np); > + > + priv->no_avb_link = of_property_read_bool(np, "renesas,no-ether-link"); -> + priv->avb_link_active_low > + of_property_read_bool(np, "renesas,ether-link-active-low"); +> + priv->avb_link_active_low = +> + of_property_read_bool(np, "renesas,ether-link-active-low"); > + > + ndev->netdev_ops = &ravb_netdev_ops; > + diff --git a/a/content_digest b/N1/content_digest index 33cae0f..271efe2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\032501816.HtkLenWQpn@wasted.cogentembedded.com\0" "From\0Lino Sanfilippo <LinoSanfilippo@gmx.de>\0" "Subject\0Re: [PATCH v3] Renesas Ethernet AVB driver\0" - "Date\0Tue, 14 Apr 2015 00:49:01 +0000\0" + "Date\0Tue, 14 Apr 2015 02:49:01 +0200\0" "To\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>" robh+dt@kernel.org pawel.moll@arm.com @@ -267,7 +267,7 @@ "> +\t}\n" "> +\n" "> +\t/* TX timestamp required */\n" - "> +\tif (q = RAVB_NC) {\n" + "> +\tif (q == RAVB_NC) {\n" "> +\t\tts_skb = kmalloc(sizeof(*ts_skb), GFP_ATOMIC);\n" "> +\t\tif (!ts_skb)\n" "> +\t\t\treturn -ENOMEM;\n" @@ -365,7 +365,8 @@ "> +\tpriv->phy_interface = of_get_phy_mode(np);\n" "> +\n" "> +\tpriv->no_avb_link = of_property_read_bool(np, \"renesas,no-ether-link\");\n" - "> +\tpriv->avb_link_active_low > +\t\tof_property_read_bool(np, \"renesas,ether-link-active-low\");\n" + "> +\tpriv->avb_link_active_low =\n" + "> +\t\tof_property_read_bool(np, \"renesas,ether-link-active-low\");\n" "> +\n" "> +\tndev->netdev_ops = &ravb_netdev_ops;\n" "> +\n" @@ -398,4 +399,4 @@ "Regards,\n" Lino -0b67242b6ca01920c5e3ad87a27eb22aabe924d75edc079fbe57a33d9dbf6473 +0a4c174f9a652c20f37561b13af2b40a4997006c968b3479920c7b9275891e6d
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.