Re: [PATCH] omap: DT node Timer iteration fix

2013-01-21 Thread Tony Lindgren
* Jon Hunter [130109 14:15]: > Hi Pantelis, > > On 01/08/2013 07:31 AM, Pantelis Antoniou wrote: > > The iterator correctly handles of_node_put() calls. > > Remove it before continue'ing the loop. > > Without this patch you get: > > Thanks for the fix! > > May be worth mentioning that this will

Re: [PATCH] omap: DT node Timer iteration fix

2013-01-09 Thread Jon Hunter
Hi Pantelis, On 01/08/2013 07:31 AM, Pantelis Antoniou wrote: > The iterator correctly handles of_node_put() calls. > Remove it before continue'ing the loop. > Without this patch you get: Thanks for the fix! May be worth mentioning that this will only be seen with "CONFIG_OF_DYNAMIC" (and explai