Re: [PATCH] fix issue where hwmods are being called twice during init

2011-12-08 Thread Paul Walmsley
Hi Andre On Thu, 8 Dec 2011, Andre Puschmann wrote: > On 12/08/2011 10:36 PM, Andre Puschmann wrote: > > when compiling the current git HEAD for a Gumstix Overo based board I > > discovered an issue during init causing the error message which is > > attached. I believe this is because they are ca

Re: [PATCH] fix issue where hwmods are being called twice during init

2011-12-08 Thread Andre Puschmann
On 12/08/2011 10:36 PM, Andre Puschmann wrote: > Hi list, > > when compiling the current git HEAD for a Gumstix Overo based board I > discovered an issue during init causing the error message which is > attached. I believe this is because they are called twice during init > (the omap34xx_hwmods st

[PATCH] fix issue where hwmods are being called twice during init

2011-12-08 Thread Andre Puschmann
Hi list, when compiling the current git HEAD for a Gumstix Overo based board I discovered an issue during init causing the error message which is attached. I believe this is because they are called twice during init (the omap34xx_hwmods struct already contains them). The attached patch fixes this