commit | 731a29b74aa823e09a6547befce3f721bef32f86 | [log] [tgz] |
---|---|---|
author | Reinette Chatre <reinette.chatre@intel.com> | Mon Dec 14 14:12:11 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 21 11:32:10 2009 -0500 |
tree | cea8d462b9a0ae35a52f4a3b1a4dd409b2b2ecc1 | |
parent | bc45a67079c916a9bd0a95b0b879cc0f259bac6e [diff] |
iwlwifi: initialize spinlock before use Recent powersaving work resulted in power management ops being called during EEPROM initialization. The lock used by these functions is not initialized at this time. Ensure lock is initialized before it is used. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>