Merge branch 'hv_netvsc-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Mon, 6 Jun 2016 03:16:50 +0000 (23:16 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jun 2016 03:16:50 +0000 (23:16 -0400)
commitb94eb2ce3b2abc1b6b533975d3e7750b78b35a83
treecea538919fffbe282da9040e56662b651f56545c
parent30759219f562cfaaebe7b9c1d1c0e6b5445c69b0
parent426d95417eebc0698e878708a8a44980e8b7570d
Merge branch 'hv_netvsc-cleanups'

Vitaly Kuznetsov says:

====================
hv_netvsc: cleanup after untangling the pointer mess

Changes since v1:
- resend when net-next is open [David Miller]
- rebased to current net-next.

After we made traveling through our internal structures explicit it became
obvious that some functions take arguments they don't need just to do
redundant pointer travel and get to what they really need while their
callers already have the required information.

This is just a cleanup series with no functional changes intended. It
doesn't pretend to be complete, additional cleanup of other functions may
follow.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>