diff for duplicates of <20101018191209.GE2468@vigoh> diff --git a/a/1.txt b/N1/1.txt index 7c5ab75..39ebfe6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,29 +1,25 @@ * Mike Frysinger <vapier@gentoo.org> [2010-10-18 15:10:36 -0400]: > On Mon, Oct 18, 2010 at 12:32, Gustavo F. Padovan wrote: -> > * Harvey Harrison <harvey.harrison@gmail.com> [2010-10-18 11:17:28 -070= -0]: -> >> On Sat, Oct 16, 2010 at 3:29 PM, Mike Frysinger <vapier@gentoo.org> wr= -ote: +> > * Harvey Harrison <harvey.harrison@gmail.com> [2010-10-18 11:17:28 -0700]: +> >> On Sat, Oct 16, 2010 at 3:29 PM, Mike Frysinger <vapier@gentoo.org> wrote: > >> > From: steven miao <realmz6@gmail.com> > >> > -> >> > =A0 =A0 =A0 =A0case 2: -> >> > - =A0 =A0 =A0 =A0 =A0 =A0 =A0 *((__le16 *) opt->val) =3D cpu_to_le16= -(val); -> >> > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 put_unaligned_le16(cpu_to_le16(val), o= -pt->val); -> >> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0break; +> >> > case 2: +> >> > - *((__le16 *) opt->val) = cpu_to_le16(val); +> >> > + put_unaligned_le16(cpu_to_le16(val), opt->val); +> >> > break; > >> > >> I think you wanted: > >> put_unaligned_le16(val, opt->val); > > > > I fixed that in the tree. Thanks for the report. ->=20 +> > i guess you fixed the 32bit one too ? > put_unaligned_le32(cpu_to_le32(val), opt->val); Yes, I did. ---=20 +-- Gustavo F. Padovan ProFUSION embedded systems - http://profusion.mobi diff --git a/a/content_digest b/N1/content_digest index 2726300..c2bfddd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -18,31 +18,27 @@ "* Mike Frysinger <vapier@gentoo.org> [2010-10-18 15:10:36 -0400]:\n" "\n" "> On Mon, Oct 18, 2010 at 12:32, Gustavo F. Padovan wrote:\n" - "> > * Harvey Harrison <harvey.harrison@gmail.com> [2010-10-18 11:17:28 -070=\n" - "0]:\n" - "> >> On Sat, Oct 16, 2010 at 3:29 PM, Mike Frysinger <vapier@gentoo.org> wr=\n" - "ote:\n" + "> > * Harvey Harrison <harvey.harrison@gmail.com> [2010-10-18 11:17:28 -0700]:\n" + "> >> On Sat, Oct 16, 2010 at 3:29 PM, Mike Frysinger <vapier@gentoo.org> wrote:\n" "> >> > From: steven miao <realmz6@gmail.com>\n" "> >> >\n" - "> >> > =A0 =A0 =A0 =A0case 2:\n" - "> >> > - =A0 =A0 =A0 =A0 =A0 =A0 =A0 *((__le16 *) opt->val) =3D cpu_to_le16=\n" - "(val);\n" - "> >> > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 put_unaligned_le16(cpu_to_le16(val), o=\n" - "pt->val);\n" - "> >> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0break;\n" + "> >> > \302\240 \302\240 \302\240 \302\240case 2:\n" + "> >> > - \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 *((__le16 *) opt->val) = cpu_to_le16(val);\n" + "> >> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 put_unaligned_le16(cpu_to_le16(val), opt->val);\n" + "> >> > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240break;\n" "> >>\n" "> >> I think you wanted:\n" "> >> put_unaligned_le16(val, opt->val);\n" "> >\n" "> > I fixed that in the tree. Thanks for the report.\n" - ">=20\n" + "> \n" "> i guess you fixed the 32bit one too ?\n" "> put_unaligned_le32(cpu_to_le32(val), opt->val);\n" "\n" "Yes, I did.\n" "\n" - "--=20\n" + "-- \n" "Gustavo F. Padovan\n" ProFUSION embedded systems - http://profusion.mobi -3571af4bfa4fa168d634f57f44dbcc90319faaf9a48d248240bcaea8c669942b +af9453e2cea596f273bde052af57a13116b88ec7b37f5963b53ae067ac5762eb
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.