dql: make dql_init return void
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 18 Oct 2017 00:16:52 +0000 (17:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Oct 2017 12:33:51 +0000 (13:33 +0100)
commit7a0947e755084b918e33242fd558e55cb443408e
tree0369e4a6596d1cec8eeb1decc39653fca9477bb2
parentbe070c77ca805a4f06f135599415195078f0ed68
dql: make dql_init return void

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 <sthemmin@microsoft.com>
Acked-by: Hiroaki SHIMODA <shimoda.hiroaki@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dynamic_queue_limits.h
lib/dynamic_queue_limits.c