commit | 7873ca4e4401f0ecd8868bf1543113467e6bae61 | [log] [tgz] |
---|---|---|
author | Krishna Gudipati <kgudipat@brocade.com> | Fri May 21 14:39:45 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue May 25 10:05:40 2010 -0500 |
tree | 48b65eae8642838bde5bb2a7c7b14cfb8669eb3f | |
parent | 8c38a2951026e6b428d3ce6e518d123c35becd18 [diff] |
[SCSI] bfa: fix system crash when reading sysfs fc_host statistics The port data structure related to fc_host statistics collection is not initialized. This causes system crash when reading the fc_host statistics. The fix is to initialize port structure during driver attach. Signed-off-by: Krishna Gudipati <kgudipat@brocade.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>