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

2015-05-03 Thread Pantelis Antoniou
Hi Rob, > On Apr 29, 2015, at 18:55 , Rob Herring wrote: > > On Fri, Apr 24, 2015 at 4:42 AM, 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] of: unittest: overlay: Keep track of created overlays

2015-04-29 Thread Rob Herring
On Fri, Apr 24, 2015 at 4:42 AM, 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. > > Signed-off-by: Pantelis Antoniou This is already

[PATCH] of: unittest: overlay: Keep track of created overlays

2015-04-24 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 +++