Re: [PATCH 23/44] kdbus: Cleanup kdbus_conn_call()

2015-10-09 Thread Sergei Zviagintsev
On Thu, Oct 08, 2015 at 04:32:47PM +0200, David Herrmann wrote: > Hi > > On Thu, Oct 8, 2015 at 1:31 PM, Sergei Zviagintsev wrote: > > Do not initialize `wait' and `name' as values are assigned to them at > > first use: `wait' gets its value from kdbus_reply_find(), `name' is set > > by kdbus_pin

Re: [PATCH 23/44] kdbus: Cleanup kdbus_conn_call()

2015-10-08 Thread David Herrmann
Hi On Thu, Oct 8, 2015 at 1:31 PM, Sergei Zviagintsev wrote: > Do not initialize `wait' and `name' as values are assigned to them at > first use: `wait' gets its value from kdbus_reply_find(), `name' is set > by kdbus_pin_dst(). > > Remove redundant code. goto isn't required as we reached exit po