All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56AA4674.6020001@cogentembedded.com>

diff --git a/a/1.txt b/N1/1.txt
index 05deea0..37c5081 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -168,10 +168,10 @@ that for all functions, even those that didn't have this prefix in sh_eth...
 > -		goto out_napi_off;
 > -	}
 > -
-> -	if (priv->chip_id = RCAR_GEN3) {
+> -	if (priv->chip_id == RCAR_GEN3) {
 > -		error = request_irq(priv->emac_irq, ravb_interrupt,
 > -				    IRQF_SHARED, ndev->name, ndev);
-> +	if (priv->chip_id = RCAR_GEN2) {
+> +	if (priv->chip_id == RCAR_GEN2) {
 > +		error = request_irq(ndev->irq, ravb_interrupt, IRQF_SHARED,
 > +				    ndev->name, ndev);
 >   		if (error) {
@@ -216,7 +216,7 @@ that for all functions, even those that didn't have this prefix in sh_eth...
 >   		free_irq(priv->emac_irq, ndev);
 >   out_free_irq:
 >   	free_irq(ndev->irq, ndev);
-> +	if (priv->chip_id = RCAR_GEN3) {
+> +	if (priv->chip_id == RCAR_GEN3) {
 > +		for (i = 0; i < NUM_RX_QUEUE; i++)
 > +			free_irq(priv->rx_irqs[i], ndev);
 > +		for (i = 0; i < NUM_TX_QUEUE; i++)
diff --git a/a/content_digest b/N1/content_digest
index 7721ad9..aaad3d1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01453650775-19886-1-git-send-email-ykaneko0929@gmail.com\0"
  "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0"
  "Subject\0Re: [PATCH/RFC v4 net-next] ravb: Add dma queue interrupt support\0"
- "Date\0Thu, 28 Jan 2016 16:48:52 +0000\0"
+ "Date\0Thu, 28 Jan 2016 19:48:52 +0300\0"
  "To\0Yoshihiro Kaneko <ykaneko0929@gmail.com>"
  " netdev@vger.kernel.org\0"
  "Cc\0David S. Miller <davem@davemloft.net>"
@@ -180,10 +180,10 @@
  "> -\t\tgoto out_napi_off;\n"
  "> -\t}\n"
  "> -\n"
- "> -\tif (priv->chip_id = RCAR_GEN3) {\n"
+ "> -\tif (priv->chip_id == RCAR_GEN3) {\n"
  "> -\t\terror = request_irq(priv->emac_irq, ravb_interrupt,\n"
  "> -\t\t\t\t    IRQF_SHARED, ndev->name, ndev);\n"
- "> +\tif (priv->chip_id = RCAR_GEN2) {\n"
+ "> +\tif (priv->chip_id == RCAR_GEN2) {\n"
  "> +\t\terror = request_irq(ndev->irq, ravb_interrupt, IRQF_SHARED,\n"
  "> +\t\t\t\t    ndev->name, ndev);\n"
  ">   \t\tif (error) {\n"
@@ -228,7 +228,7 @@
  ">   \t\tfree_irq(priv->emac_irq, ndev);\n"
  ">   out_free_irq:\n"
  ">   \tfree_irq(ndev->irq, ndev);\n"
- "> +\tif (priv->chip_id = RCAR_GEN3) {\n"
+ "> +\tif (priv->chip_id == RCAR_GEN3) {\n"
  "> +\t\tfor (i = 0; i < NUM_RX_QUEUE; i++)\n"
  "> +\t\t\tfree_irq(priv->rx_irqs[i], ndev);\n"
  "> +\t\tfor (i = 0; i < NUM_TX_QUEUE; i++)\n"
@@ -245,4 +245,4 @@
  "\n"
  MBR, Sergei
 
-5258066bf46f3c87a402fede8645b1b60549d7fdc539de8bd5d0d3e25855cb38
+8818310162131ef0a50d1807bf010324ca99b9badb9db057606ae0aeb6ffb1dc

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.