All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4A1A6ACD.1020502@renesas.com>

diff --git a/a/1.txt b/N1/1.txt
index 6424219..894ae49 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -455,7 +455,7 @@ index 728c419..19571f7 100644
  			/* Link Changed */
 -			u32 link_stat = (ctrl_inl(ioaddr + PSR));
 +			if (mdp->cd->no_psr) {
-+				if (mdp->link = PHY_DOWN)
++				if (mdp->link == PHY_DOWN)
 +					link_stat = 0;
 +				else
 +					link_stat = PHY_ST_LINK;
@@ -591,7 +591,7 @@ index 728c419..19571f7 100644
 +			if (mdp->cd->set_rate)
 +				mdp->cd->set_rate(ndev);
  		}
- 		if (mdp->link = PHY_DOWN) {
+ 		if (mdp->link == PHY_DOWN) {
  			ctrl_outl((ctrl_inl(ioaddr + ECMR) & ~ECMR_TXF)
 @@ -815,8 +931,9 @@ static int sh_eth_phy_init(struct net_device *ndev)
  		dev_err(&ndev->dev, "phy_connect failed\n");
diff --git a/a/content_digest b/N1/content_digest
index 9d135df..7f7dd79 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>\0"
- "Subject\0[PATCH 4/5] net: sh_eth: CPU dependency code collect to\0"
- "Date\0Mon, 25 May 2009 09:54:21 +0000\0"
+ "Subject\0[PATCH 4/5] net: sh_eth: CPU dependency code collect to \"struct sh_eth_cpu_data\"\0"
+ "Date\0Mon, 25 May 2009 18:54:21 +0900\0"
  "To\0netdev@vger.kernel.org\0"
  "Cc\0SH-Linux <linux-sh@vger.kernel.org>"
  " Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>\0"
@@ -463,7 +463,7 @@
  " \t\t\t/* Link Changed */\n"
  "-\t\t\tu32 link_stat = (ctrl_inl(ioaddr + PSR));\n"
  "+\t\t\tif (mdp->cd->no_psr) {\n"
- "+\t\t\t\tif (mdp->link = PHY_DOWN)\n"
+ "+\t\t\t\tif (mdp->link == PHY_DOWN)\n"
  "+\t\t\t\t\tlink_stat = 0;\n"
  "+\t\t\t\telse\n"
  "+\t\t\t\t\tlink_stat = PHY_ST_LINK;\n"
@@ -599,7 +599,7 @@
  "+\t\t\tif (mdp->cd->set_rate)\n"
  "+\t\t\t\tmdp->cd->set_rate(ndev);\n"
  " \t\t}\n"
- " \t\tif (mdp->link = PHY_DOWN) {\n"
+ " \t\tif (mdp->link == PHY_DOWN) {\n"
  " \t\t\tctrl_outl((ctrl_inl(ioaddr + ECMR) & ~ECMR_TXF)\n"
  "@@ -815,8 +931,9 @@ static int sh_eth_phy_init(struct net_device *ndev)\n"
  " \t\tdev_err(&ndev->dev, \"phy_connect failed\\n\");\n"
@@ -1054,4 +1054,4 @@
  "-- \n"
  1.5.5
 
-e0354a5e07b5aa568d8b9a595f4ae04cd4c57675d01e7d598bd1f2d3ddd5e937
+08b1eac1f64172c29367eca5f9723e15cd75c447e5f6e4dddfba248988f1a9a8

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.