All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4967B62C.1050203@openwrt.org>

diff --git a/a/1.txt b/N1/1.txt
index 30ae3ec..8cf57a0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,7 @@
-Pavel Roskin ?rta:
+Pavel Roskin =EDrta:
 > On Fri, 2009-01-09 at 13:24 +0100, Gabor Juhos wrote:
->> The RTC register offsets don't fit into 'u16' on the AR913x, so we have
+>> The RTC register offsets don't fit into 'u16' on the AR913x, so we h=
+ave
 >> to remove the existing casts.
 >>
 >> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
@@ -9,19 +10,26 @@ Pavel Roskin ?rta:
 >>  drivers/net/wireless/ath9k/hw.c |   14 +++++++-------
 >>  1 files changed, 7 insertions(+), 7 deletions(-)
 >>
->> diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c
+>> diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/=
+ath9k/hw.c
 >> index 088d968..742ecc1 100644
 >> --- a/drivers/net/wireless/ath9k/hw.c
 >> +++ b/drivers/net/wireless/ath9k/hw.c
->> @@ -1008,7 +1008,7 @@ static void ath9k_hw_init_pll(struct ath_hal *ah,
->>  				pll |= SM(0xb, AR_RTC_PLL_DIV);
+>> @@ -1008,7 +1008,7 @@ static void ath9k_hw_init_pll(struct ath_hal *=
+ah,
+>>  				pll |=3D SM(0xb, AR_RTC_PLL_DIV);
 >>  		}
 >>  	}
 >> -	REG_WRITE(ah, (u16) (AR_RTC_PLL_CONTROL), pll);
 >> +	REG_WRITE(ah, (AR_RTC_PLL_CONTROL), pll);
-> 
+>=20
 > Perhaps you could remove the parentheses as well?  It looks weird
 > otherwise.
-> 
+>=20
 
 Yes. I will do it.
+--
+To unsubscribe from this list: send the line "unsubscribe linux-wireles=
+s" in
+the body of a message to majordomo@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 6e8c4ae..ad680b2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,14 +2,21 @@
  "ref\01231503868-29226-9-git-send-email-juhosg@openwrt.org\0"
  "ref\01231519108.24032.1.camel@dv\0"
  "From\0Gabor Juhos <juhosg@openwrt.org>\0"
- "Subject\0[ath9k-devel] [PATCH v2 08/11] ath9k: remove (u16) casts from rtc register access\0"
+ "Subject\0Re: [ath9k-devel] [PATCH v2 08/11] ath9k: remove (u16) casts from rtc register access\0"
  "Date\0Fri, 09 Jan 2009 21:40:12 +0100\0"
- "To\0ath9k-devel@lists.ath9k.org\0"
+ "To\0Pavel Roskin <proski@gnu.org>\0"
+ "Cc\0John W. Linville <linville@tuxdriver.com>"
+  ath9k-devel@lists.ath9k.org <ath9k-devel@venema.h4ckr.net>
+  linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org>
+  Jouni Malinen <jmalinen@atheros.com>
+  Christoph Hellwig <hch@infradead.org>
+ " Johannes Berg <johannes@sipsolutions.net>\0"
  "\00:1\0"
  "b\0"
- "Pavel Roskin ?rta:\n"
+ "Pavel Roskin =EDrta:\n"
  "> On Fri, 2009-01-09 at 13:24 +0100, Gabor Juhos wrote:\n"
- ">> The RTC register offsets don't fit into 'u16' on the AR913x, so we have\n"
+ ">> The RTC register offsets don't fit into 'u16' on the AR913x, so we h=\n"
+ "ave\n"
  ">> to remove the existing casts.\n"
  ">>\n"
  ">> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>\n"
@@ -18,21 +25,28 @@
  ">>  drivers/net/wireless/ath9k/hw.c |   14 +++++++-------\n"
  ">>  1 files changed, 7 insertions(+), 7 deletions(-)\n"
  ">>\n"
- ">> diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c\n"
+ ">> diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/=\n"
+ "ath9k/hw.c\n"
  ">> index 088d968..742ecc1 100644\n"
  ">> --- a/drivers/net/wireless/ath9k/hw.c\n"
  ">> +++ b/drivers/net/wireless/ath9k/hw.c\n"
- ">> @@ -1008,7 +1008,7 @@ static void ath9k_hw_init_pll(struct ath_hal *ah,\n"
- ">>  \t\t\t\tpll |= SM(0xb, AR_RTC_PLL_DIV);\n"
+ ">> @@ -1008,7 +1008,7 @@ static void ath9k_hw_init_pll(struct ath_hal *=\n"
+ "ah,\n"
+ ">>  \t\t\t\tpll |=3D SM(0xb, AR_RTC_PLL_DIV);\n"
  ">>  \t\t}\n"
  ">>  \t}\n"
  ">> -\tREG_WRITE(ah, (u16) (AR_RTC_PLL_CONTROL), pll);\n"
  ">> +\tREG_WRITE(ah, (AR_RTC_PLL_CONTROL), pll);\n"
- "> \n"
+ ">=20\n"
  "> Perhaps you could remove the parentheses as well?  It looks weird\n"
  "> otherwise.\n"
- "> \n"
+ ">=20\n"
  "\n"
- Yes. I will do it.
+ "Yes. I will do it.\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-wireles=\n"
+ "s\" in\n"
+ "the body of a message to majordomo@vger.kernel.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-3083067cd270e8150ac7b9c8c4e0cbdcb75907b46e750785f00b4b0af4432b4c
+afc5b3eb99efc9ee90d04982631ffd8100cc4aa365b40dad6ca2777b8b04ae06

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.