Re: [PATCH] rose_add_loopback_node: propagate -E

2006-12-03 Thread David Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Sun, 3 Dec 2006 08:52:10 + > On Sun, Dec 03, 2006 at 12:33:39AM +0300, Alexey Dobriyan wrote: > > > David Binderman's icc logs: > > net/rose/rose_route.c(399): remark #593: variable "err" was set but never > > used > > Which is more of a non-fix

Re: [PATCH] rose_add_loopback_node: propagate -E

2006-12-03 Thread Ralf Baechle
On Sun, Dec 03, 2006 at 12:33:39AM +0300, Alexey Dobriyan wrote: > David Binderman's icc logs: > net/rose/rose_route.c(399): remark #593: variable "err" was set but never used Which is more of a non-fix because all the callers ignore the return value ... Ralf - To unsubscribe from this list: s

Re: [PATCH] rose_add_loopback_node: propagate -E

2006-12-02 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Sun, 3 Dec 2006 00:33:39 +0300 > David Binderman's icc logs: > net/rose/rose_route.c(399): remark #593: variable "err" was set but never used > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Applied, thanks Alexey. - To unsubscribe from this

[PATCH] rose_add_loopback_node: propagate -E

2006-12-02 Thread Alexey Dobriyan
David Binderman's icc logs: net/rose/rose_route.c(399): remark #593: variable "err" was set but never used Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- net/rose/rose_route.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/net/rose/rose_route.c +++ b/net/rose/rose_ro