qlcnic: change mdelay to msleep
authorShahed Shaikh <shahed.shaikh@qlogic.com>
Fri, 22 Mar 2013 05:57:55 +0000 (05:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Mar 2013 16:47:29 +0000 (12:47 -0400)
Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c

index 2d9c23f..c645c94 100644 (file)
@@ -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);
        }
 }