commit | a5e1ec3833211bc0136649a89ee3a29355c7b43b | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Wed Jul 19 11:53:14 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 19 22:20:05 2017 -0700 |
tree | 352454bd448ffec43b108382eda37270529270bb | |
parent | 79e8cbe7a789a0863cc6cd874872b4dd63ec5947 [diff] |
netvsc: change order of steps in setting queues This fixes the error unwind logic for incorrect number of queues. If netif_set_real_num_XX_queues failed then rndis_filter_device_add would have been called twice. Since input arguments are already ranged checked this is a hypothetical only problem, not possible in actual code. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>