From: Haiyang Zhang
Date: Fri, 20 Dec 2013 16:52:31 -0800
> Moving the register_netdev to the end of probe to prevent
> possible open call happens before NetVSP is connected.
>
> Signed-off-by: Haiyang Zhang
> Reviewed-by: K. Y. Srinivasan
Applied, thanks.
Moving the register_netdev to the end of probe to prevent
possible open call happens before NetVSP is connected.
Signed-off-by: Haiyang Zhang
Reviewed-by: K. Y. Srinivasan
---
drivers/net/hyperv/netvsc_drv.c | 20
1 files changed, 8 insertions(+), 12 deletions(-)
diff --