aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
diff options
context:
space:
mode:
authorShahed Shaikh <shahed.shaikh@qlogic.com>2013-03-22 05:57:55 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-22 12:47:29 -0400
commita4791254b6625b06aa33e36304f6e8a1a4a1fdea (patch)
tree1b6b82621f59e772d2c44d1522587f5bb8d239d7 /drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
parentqlcnic: Log warning message for 83xx adapter in MSI mode. (diff)
downloadlinux-dev-a4791254b6625b06aa33e36304f6e8a1a4a1fdea.tar.xz
linux-dev-a4791254b6625b06aa33e36304f6e8a1a4a1fdea.zip
qlcnic: change mdelay to msleep
Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
index 2d9c23fcec51..c645c94b072d 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
@@ -644,7 +644,7 @@ void qlcnic_fw_destroy_ctx(struct qlcnic_adapter *adapter)
qlcnic_83xx_config_intrpt(adapter, 0);
}
/* Allow dma queues to drain after context reset */
- mdelay(20);
+ msleep(20);
}
}