Re: [PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread David Gibson
On Mon, Mar 03, 2014 at 01:00:22AM +0100, Heinrich Schuchardt wrote: > >Note that in general dtc patches should be CCed to myself and Jon > >Loeliger , the dtc maintainers. > > > > This is the relevant section in file MAINTAINERS of Torvald's git. >

Re: [PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread Heinrich Schuchardt
Note that in general dtc patches should be CCed to myself and Jon Loeliger , the dtc maintainers. This is the relevant section in file MAINTAINERS of Torvald's git. https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS OPEN FIRMWARE AND FLATTENED DEVICE TREE M:

Re: [PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread David Gibson
On Sun, Mar 02, 2014 at 09:39:01PM +0100, xypron.g...@gmx.de wrote: > From: Heinrich Schuchardt > > fdtput.c: > Replace the remaining call to realloc by xrealloc. > Some redundant lines in encode_value can be saved. > > Signed-off-by: Heinrich Schuchardt Applied, thanks. Note that in general

[PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread xypron . glpk
From: Heinrich Schuchardt fdtput.c: Replace the remaining call to realloc by xrealloc. Some redundant lines in encode_value can be saved. Signed-off-by: Heinrich Schuchardt --- fdtput.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/fdtput.c b/fdtput.c index

[PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread xypron . glpk
From: Heinrich Schuchardt xypron.g...@gmx.de fdtput.c: Replace the remaining call to realloc by xrealloc. Some redundant lines in encode_value can be saved. Signed-off-by: Heinrich Schuchardt xypron.g...@gmx.de --- fdtput.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff

Re: [PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread David Gibson
On Sun, Mar 02, 2014 at 09:39:01PM +0100, xypron.g...@gmx.de wrote: From: Heinrich Schuchardt xypron.g...@gmx.de fdtput.c: Replace the remaining call to realloc by xrealloc. Some redundant lines in encode_value can be saved. Signed-off-by: Heinrich Schuchardt xypron.g...@gmx.de Applied,

Re: [PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread Heinrich Schuchardt
Note that in general dtc patches should be CCed to myself and Jon Loeliger j...@jdl.com, the dtc maintainers. This is the relevant section in file MAINTAINERS of Torvald's git. https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS OPEN FIRMWARE AND FLATTENED DEVICE

Re: [PATCH 1/1] Consistently use xrealloc instead of realloc

2014-03-02 Thread David Gibson
On Mon, Mar 03, 2014 at 01:00:22AM +0100, Heinrich Schuchardt wrote: Note that in general dtc patches should be CCed to myself and Jon Loeliger j...@jdl.com, the dtc maintainers. This is the relevant section in file MAINTAINERS of Torvald's git.