commit | 4e0d8f7d97f9150bdd07f6355e5c1486967dce79 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Wed Oct 05 07:24:46 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Oct 06 22:40:05 2011 -0700 |
tree | eb298948681e21ada20a3ecdd6e06038584bf8db | |
parent | a4010afef585b7142eb605e3a6e4210c0e1b2957 [diff] |
e1000: convert mdelay to msleep With the previous commit, there are several functions that are only ever called from thread context, and are able to sleep with msleep instead of mdelay. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> CC: Thomas Gleixner <tglx@linutronix.de> CC: Tushar Dave <tushar.n.dave@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>