diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-04-04 11:12:59 +0200 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-05-11 00:43:30 +0200 |
commit | 40294d8f14384780a61a2dea8c92a231176ae301 (patch) | |
tree | 3f77092858a965b10827bd10b2a9171489a6f343 /drivers/pci/quirks.c | |
parent | x86/PCI: Convert release_resource to release_region/release_mem_region (diff) | |
download | linux-40294d8f14384780a61a2dea8c92a231176ae301.tar.xz linux-40294d8f14384780a61a2dea8c92a231176ae301.zip |
PCI: Fix uninitialized variable bug in AER injection code
If it was preempted, and the variable aer_mask_override is changed
after the spin_unlock_irqrestore it will write an uninitialized
variable by the pci_write_config_dword() function.
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions