Re: [PATCH] bluetooth: fix unaligned access to l2cap conf data

From: Gustavo F. Padovan
Date: Mon Oct 18 2010 - 14:32:52 EST


Hi Harvey,

* Harvey Harrison <harvey.harrison@xxxxxxxxx> [2010-10-18 11:17:28 -0700]:

> On Sat, Oct 16, 2010 at 3:29 PM, Mike Frysinger <vapier@xxxxxxxxxx> wrote:
> > From: steven miao <realmz6@xxxxxxxxx>
> >
> >
> >        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.

--
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/