Re: [PATCH 1/5] of: unittest: overlay: Keep track of created overlays

2015-03-27 Thread Pantelis Antoniou
Hi Rob, > On Mar 24, 2015, at 21:53 , Rob Herring wrote: > > On Tue, Mar 17, 2015 at 3:30 PM, Pantelis Antoniou > wrote: >> During the course of the overlay selftests some of them remain >> applied. While this does not pose a real problem, make sure you track >> them and destroy them at the end

Re: [PATCH 1/5] of: unittest: overlay: Keep track of created overlays

2015-03-24 Thread Rob Herring
On Tue, Mar 17, 2015 at 3:30 PM, Pantelis Antoniou wrote: > During the course of the overlay selftests some of them remain > applied. While this does not pose a real problem, make sure you track > them and destroy them at the end of the test. This is going to need to be rebased on my tree as ther

[PATCH 1/5] of: unittest: overlay: Keep track of created overlays

2015-03-17 Thread Pantelis Antoniou
During the course of the overlay selftests some of them remain applied. While this does not pose a real problem, make sure you track them and destroy them at the end of the test. Signed-off-by: Pantelis Antoniou --- drivers/of/unittest.c | 62 +++