]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/ixgbe/ixgbe_mbx.c
ixgbe: fix compile failure in ixgbe_init_mbx_params_pf
[mirror_ubuntu-bionic-kernel.git] / drivers / net / ixgbe / ixgbe_mbx.c
index 3cf8aec50fcd6a34f2e385893adf94aca8990f56..c7ed82eb2539aae89bb63589a23c68dce72bb898 100644 (file)
@@ -453,7 +453,7 @@ void ixgbe_init_mbx_params_pf(struct ixgbe_hw *hw)
                return;
 
        mbx->timeout = 0;
-       mbx->udelay = 0;
+       mbx->usec_delay = 0;
 
        mbx->stats.msgs_tx = 0;
        mbx->stats.msgs_rx = 0;