diff for duplicates of <20111215112332.GA3906@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index fd7b7c3..0f8ecdd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,10 +11,10 @@ index 5b57caa..264f8c4 100644 pi->pubpi.phy_corenum = PHY_CORE_NUM_2; pi->pubpi.ana_rev = (phyversion & PV_AV_MASK) >> PV_AV_SHIFT; -- if (!pi->pubpi.phy_type = PHY_TYPE_N && -- !pi->pubpi.phy_type = PHY_TYPE_LCN) +- if (!pi->pubpi.phy_type == PHY_TYPE_N && +- !pi->pubpi.phy_type == PHY_TYPE_LCN) + if (pi->pubpi.phy_type != PHY_TYPE_N && + pi->pubpi.phy_type != PHY_TYPE_LCN) goto err; - if (bandtype = BRCM_BAND_5G) { + if (bandtype == BRCM_BAND_5G) { diff --git a/a/content_digest b/N1/content_digest index 06f21ce..cf092b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] brcm80211: smac: precendence bug in wlc_phy_attach()\0" - "Date\0Thu, 15 Dec 2011 11:23:32 +0000\0" + "Date\0Thu, 15 Dec 2011 14:23:32 +0300\0" "To\0Brett Rudley <brudley@broadcom.com>\0" "Cc\0Henry Ptasinski <henryp@broadcom.com>" Roland Vossen <rvossen@broadcom.com> @@ -26,12 +26,12 @@ " \tpi->pubpi.phy_corenum = PHY_CORE_NUM_2;\n" " \tpi->pubpi.ana_rev = (phyversion & PV_AV_MASK) >> PV_AV_SHIFT;\n" " \n" - "-\tif (!pi->pubpi.phy_type = PHY_TYPE_N &&\n" - "-\t !pi->pubpi.phy_type = PHY_TYPE_LCN)\n" + "-\tif (!pi->pubpi.phy_type == PHY_TYPE_N &&\n" + "-\t !pi->pubpi.phy_type == PHY_TYPE_LCN)\n" "+\tif (pi->pubpi.phy_type != PHY_TYPE_N &&\n" "+\t pi->pubpi.phy_type != PHY_TYPE_LCN)\n" " \t\tgoto err;\n" " \n" - " \tif (bandtype = BRCM_BAND_5G) {" + " \tif (bandtype == BRCM_BAND_5G) {" -1eea6d7daef10cc40180842dbdef2a50301117df1474857c6da94c743f23028e +8f846f3bb5cd70227d74246098a45db1fcba9b7f1a7653cc47dc9adb821bd7dd
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.