commit | 1b4ffcf8432f7945e0bd0571f10a2f2bd1dbd850 | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Mon Sep 07 17:09:58 2009 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Sep 09 13:47:32 2009 -0700 |
tree | 1b95d1740ed46c89c28501e1d947c3c173f75436 | |
parent | f15857569613a982568be88d034555d88eead0aa [diff] |
PCI: pcie, aer: init struct aer_err_info for reuse In case of multiple errors, struct aer_err_info would be reused among all reported devices. So the info->status should be initialized before recycled. Otherwise error of one device might be reported as the error of another device. Also info->flags has similar problem on reporting TLP header. Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>