diff for duplicates of <20100828165014.GJ9832@bicker> diff --git a/a/1.txt b/N1/1.txt index 8a4ee74..f4ebaf5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,9 +39,9 @@ On Sat, Aug 28, 2010 at 05:41:02PM +0200, Julia Lawall wrote: > @@ -480,7 +480,7 @@ int atl1c_phy_reset(struct atl1c_hw *hw) > atl1c_write_phy_reg(hw, MII_DBG_DATA, 0x929D); > } -> if (hw->nic_type = athr_l1c || hw->nic_type = athr_l2c_b2 -> - || hw->nic_type = athr_l2c || hw->nic_type = athr_l2c) { -> + || hw->nic_type = athr_l2c) { +> if (hw->nic_type == athr_l1c || hw->nic_type == athr_l2c_b2 +> - || hw->nic_type == athr_l2c || hw->nic_type == athr_l2c) { +> + || hw->nic_type == athr_l2c) { > atl1c_write_phy_reg(hw, MII_DBG_ADDR, 0x29); > atl1c_write_phy_reg(hw, MII_DBG_DATA, 0xB6DD); > } diff --git a/a/content_digest b/N1/content_digest index 488ac0d..e0ca1d2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01283010066-20935-4-git-send-email-julia@diku.dk\0" "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0Re: [PATCH 3/7] drivers/net/atl1c: Remove double test\0" - "Date\0Sat, 28 Aug 2010 16:50:14 +0000\0" + "Date\0Sat, 28 Aug 2010 18:50:14 +0200\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0netdev@vger.kernel.org" kernel-janitors@vger.kernel.org @@ -52,9 +52,9 @@ "> @@ -480,7 +480,7 @@ int atl1c_phy_reset(struct atl1c_hw *hw)\n" "> \t\tatl1c_write_phy_reg(hw, MII_DBG_DATA, 0x929D);\n" "> \t}\n" - "> \tif (hw->nic_type = athr_l1c || hw->nic_type = athr_l2c_b2\n" - "> -\t\t|| hw->nic_type = athr_l2c || hw->nic_type = athr_l2c) {\n" - "> +\t\t|| hw->nic_type = athr_l2c) {\n" + "> \tif (hw->nic_type == athr_l1c || hw->nic_type == athr_l2c_b2\n" + "> -\t\t|| hw->nic_type == athr_l2c || hw->nic_type == athr_l2c) {\n" + "> +\t\t|| hw->nic_type == athr_l2c) {\n" "> \t\tatl1c_write_phy_reg(hw, MII_DBG_ADDR, 0x29);\n" "> \t\tatl1c_write_phy_reg(hw, MII_DBG_DATA, 0xB6DD);\n" "> \t}\n" @@ -64,4 +64,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -5ce158a98014b97f36100af77dc989f02c19e1abd4135a7861e1037131bc981e +cf7fe1a515a57bbeafad1027068ffd36cab67b025b2048a29038f2a6d2bd66b0
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.