From: Kirill Tkhai <ktk...@virtuozzo.com>
Date: Mon, 12 Feb 2018 13:10:34 +0300

> This err branch looks excess. It was before your patch, but in case of you 
> change this place,
> can't we stop having it? it looks like we can simply do the below here:
> 
>       err = tipc_enable_bearer(net, bearer, domain, prio, attrs);
>       return err;

Or even better, straight:

        return tipc_enable_bearer(net, bearer, domain, prio, attrs);

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to