Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d05b560 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

netvsc: use typed pointer for internal state



The element netvsc_device:extension is always a pointer to RNDIS
information.

Signed-off-by: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 40975962
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -763,8 +763,7 @@ struct netvsc_device {

	refcount_t sc_offered;

	/* Holds rndis device info */
	void *extension;
	struct rndis_device *extension;

	int ring_size;