Skip to content

Commit

Permalink
qlcnic: change mdelay to msleep
Browse files Browse the repository at this point in the history
Signed-off-by: Shahed Shaikh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Shahed Shaikh authored and davem330 committed Mar 22, 2013
1 parent 460374f commit a479125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit a479125

Please sign in to comment.