Re: [U-Boot] [PATCH 1/1] USB: Fix strict aliasing in ohci-hcd

2012-08-14 Thread Marek Vasut
Dear Troy Kisky, > On 8/14/2012 10:33 AM, Marek Vasut wrote: > > Dear Troy Kisky, > > > >> commit 5f6aa03fda2a0a79940765865c1e4266be8a75f8 > >> > >> USB: Fix complaints about strict aliasing in OHCI-HCD > >> > >> tried to fix this, but gcc4.4 still complains. So, this > >> patch basically

Re: [U-Boot] [PATCH 1/1] USB: Fix strict aliasing in ohci-hcd

2012-08-14 Thread Troy Kisky
On 8/14/2012 10:33 AM, Marek Vasut wrote: Dear Troy Kisky, commit 5f6aa03fda2a0a79940765865c1e4266be8a75f8 USB: Fix complaints about strict aliasing in OHCI-HCD tried to fix this, but gcc4.4 still complains. So, this patch basically reverts the above and does a simpler fix. also, the abo

Re: [U-Boot] [PATCH 1/1] USB: Fix strict aliasing in ohci-hcd

2012-08-14 Thread Marek Vasut
Dear Troy Kisky, > commit 5f6aa03fda2a0a79940765865c1e4266be8a75f8 > USB: Fix complaints about strict aliasing in OHCI-HCD > > tried to fix this, but gcc4.4 still complains. So, this > patch basically reverts the above and does a simpler fix. > > also, the above commit incorrectly changed >

Re: [U-Boot] [PATCH 1/1] USB: Fix strict aliasing in ohci-hcd

2012-08-11 Thread Marek Vasut
Dear Troy Kisky, > commit 5f6aa03fda2a0a79940765865c1e4266be8a75f8 > USB: Fix complaints about strict aliasing in OHCI-HCD > > tried to fix this, but gcc4.4 still complains. So, this > patch basically reverts the above and does a simpler fix. > > also, the above commit incorrectly changed >