cxgb4: Initialize mbox lock and list for mgmt dev
authorGanesh Goudar <ganeshgr@chelsio.com>
Thu, 12 Jan 2017 06:53:21 +0000 (12:23 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jan 2017 14:23:53 +0000 (09:23 -0500)
commit038c35a86d213c69faf7aa9500ab9001c3774e15
treefd0744d252300aea243f2d963525b9db3092af12
parent738b35ccee1bcd7cf4af147edd76e7880533ad9f
cxgb4: Initialize mbox lock and list for mgmt dev

Initialize mbox lock and list for mgmt dev to avoid NULL pointer
dereference when cxgb_set_vf_mac is called.

And also allocate memory for private data while allocating mgmt
netdev.

Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c