commit | a781cf94e6dcc09bf13e548298185d916d9ff3c8 | [log] [tgz] |
---|---|---|
author | Reinette Chatre <reinette.chatre@intel.com> | Mon Jan 21 10:08:31 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 23 03:11:41 2008 -0800 |
tree | a4aa53c18545ed3f9e4ab0ff6bb7184b37ee6c01 | |
parent | 1e34a11d55c9437775367d72ad03f9af99e78bd0 [diff] |
iwlwifi: fix possible read attempt on ucode that is not available This fixes a NULL pointer dereference that can occur when the ucode is not loaded at the time __iwl_up is called. The problem was reported at http://kerneloops.org/raw.php?rawid=2765&msgid= Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>