Re: [PATCH 3/5] kern: eliminate unused assignment

2013-11-10 Thread Marin Ramesa
On 10.11.2013 23:24:42, Justus Winter wrote: > Quoting Samuel Thibault (2013-11-10 23:04:28) > > Marin Ramesa, le Sun 10 Nov 2013 22:50:22 +0100, a écrit : > > > Value of result is never read. Eliminate the unused assignment. > > > > > > * kern/elf-load.c: Eliminate unused assignment. > > > > Jus

Re: [PATCH 3/5] kern: eliminate unused assignment

2013-11-10 Thread Justus Winter
Quoting Samuel Thibault (2013-11-10 23:04:28) > Marin Ramesa, le Sun 10 Nov 2013 22:50:22 +0100, a écrit : > > Value of result is never read. Eliminate the unused assignment. > > > > * kern/elf-load.c: Eliminate unused assignment. > > Justus has an ACKed better patch which propagates the result,

Re: [PATCH 3/5] kern: eliminate unused assignment

2013-11-10 Thread Samuel Thibault
Marin Ramesa, le Sun 10 Nov 2013 22:50:22 +0100, a écrit : > Value of result is never read. Eliminate the unused assignment. > > * kern/elf-load.c: Eliminate unused assignment. Justus has an ACKed better patch which propagates the result, but I don't see it applied on the tree, Justus? > --- >

[PATCH 3/5] kern: eliminate unused assignment

2013-11-10 Thread Marin Ramesa
Value of result is never read. Eliminate the unused assignment. * kern/elf-load.c: Eliminate unused assignment. --- kern/elf-load.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kern/elf-load.c b/kern/elf-load.c index 1d103d3..c1f4bed 100644 --- a/kern/elf-load.c +++