Re: [linux-usb-devel] Ответ: Unaligned access in EHCI driver

2007-03-02 Thread Alan Stern
On Fri, 2 Mar 2007, Max Dmitrichenko wrote: > > > > Strange ... but, ACK. > > > > > > It would be a good idea to track this down a little further. The comment > > > in the code _should_ be correct. If it isn't, then something funny is > > > going on. > > Why then the OHCI driver (ohci-hub.c) in

[linux-usb-devel] Ответ: Unaligned access in EHCI driver

2007-03-01 Thread Max Dmitrichenko
> > > Strange ... but, ACK. > > > > It would be a good idea to track this down a little further. The comment > > in the code _should_ be correct. If it isn't, then something funny is > > going on. Why then the OHCI driver (ohci-hub.c) in the same function does have explicit put_unaligned()? > >