From: Wanlong Gao Date: Mon, 4 Apr 2011 09:12:59 +0000 (+0800) Subject: PCI: Fix uninitialized variable bug in AER injection code X-Git-Tag: v3.0-rc1~326^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40294d8f14384780a61a2dea8c92a231176ae301;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed