linux/drivers/net/ethernet/intel/igbvf
Jeff Kirsher 5beef769ec igbvf: cleanup msleep() and min/max() usage
Fixed a few cases of when we used msleep() when we should have been
using usleep_range().  Also updated the usage of min/max() to use
min_t/max_t().

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
2015-02-23 17:11:54 -08:00
..
defines.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
ethtool.c igbvf: cleanup msleep() and min/max() usage 2015-02-23 17:11:54 -08:00
igbvf.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
Makefile igbvf: change copyright date 2012-02-03 03:07:15 -08:00
mbx.c igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
mbx.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
netdev.c igbvf: cleanup msleep() and min/max() usage 2015-02-23 17:11:54 -08:00
regs.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
vf.c igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
vf.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00