Re: [PATCH] dql: make dql_init return void
From: Stephen Hemminger Date: Tue, 17 Oct 2017 17:16:52 -0700 > dql_init always returned 0, and the only place that uses it > in network core code didn't care about the return value anyway. > > Signed-off-by: Stephen Hemminger Applied to net-next.
Re: [PATCH] dql: make dql_init return void
On Tue, 17 Oct 2017 17:16:52 -0700 Stephen Hemminger wrote: > dql_init always returned 0, and the only place that uses it > in network core code didn't care about the return value anyway. > > Signed-off-by: Stephen Hemminger Acked-by: Hiroaki SHIMODA