Re: [U-Boot] [PATCH 12/23] dm: gpio: sandbox: Implement the remove() method

2014-10-23 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > This method frees memory so we must make sure to implement it. > > Signed-off-by: Simon Glass > --- > > drivers/gpio/sandbox.c | 8 > 1 file changed, 8 insertions(+) > Applied to u-boot-dm/master

[U-Boot] [PATCH 12/23] dm: gpio: sandbox: Implement the remove() method

2014-10-04 Thread Simon Glass
This method frees memory so we must make sure to implement it. Signed-off-by: Simon Glass --- drivers/gpio/sandbox.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpio/sandbox.c b/drivers/gpio/sandbox.c index 7aa8b1f..13b3253 100644 --- a/drivers/gpio/sandbox.c +++ b/drive