commit | 2d5d4154650459b61a8e7097d186a89d89dab8ed | [log] [tgz] |
---|---|---|
author | Ajit Khaparde <ajit.khaparde@emulex.com> | Wed Apr 06 05:53:13 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 06 12:40:18 2011 -0700 |
tree | 1a68a7ce66ee6fae5731e53287f7e3c54209c394 | |
parent | 1e58148670908e9fd180761c0eed3839b6778f01 [diff] |
be2net: Fix a potential crash during shutdown. adapter could remain uninitialized if probe fails for some reason. A null pointer access could cause a crash if be_shutdown is called after that. Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>