Re: [PATCH 18/44] kdbus: Add var initialization to kdbus_conn_entry_insert()

2015-10-09 Thread Sergei Zviagintsev
Hi, On Thu, Oct 08, 2015 at 04:28:29PM +0200, David Herrmann wrote: > Hi > > On Thu, Oct 8, 2015 at 1:31 PM, Sergei Zviagintsev wrote: > > Assign zero to `ret' in the beginning of function instead of doing it > > in the end. > > > > Signed-off-by: Sergei Zviagintsev > > --- > > ipc/kdbus/conne

Re: [PATCH 18/44] kdbus: Add var initialization to kdbus_conn_entry_insert()

2015-10-08 Thread David Herrmann
Hi On Thu, Oct 8, 2015 at 1:31 PM, Sergei Zviagintsev wrote: > Assign zero to `ret' in the beginning of function instead of doing it > in the end. > > Signed-off-by: Sergei Zviagintsev > --- > ipc/kdbus/connection.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/ipc

[PATCH 18/44] kdbus: Add var initialization to kdbus_conn_entry_insert()

2015-10-08 Thread Sergei Zviagintsev
Assign zero to `ret' in the beginning of function instead of doing it in the end. Signed-off-by: Sergei Zviagintsev --- ipc/kdbus/connection.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ipc/kdbus/connection.c b/ipc/kdbus/connection.c index 4f3cd370ecd9..185ed3ba1bce 1