]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: aerdrv: fix uninitialized variable warning
authorBill Pemberton <wfp5p@virginia.edu>
Tue, 3 Aug 2010 19:18:43 +0000 (15:18 -0400)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 15 Oct 2010 20:09:48 +0000 (13:09 -0700)
commit5b7d57d146815f3fa0187330a737754fece72055
treefc03a50f887a8bd72329e49f01b347b9df5b23a2
parent56bd141e5b92599d78301430632de33c0e5a4518
PCI: aerdrv: fix uninitialized variable warning

quiet the warning about use of uninitialized e_src in
aer_isr()  e_src is initialized by get_e_source()

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pcie/aer/aerdrv_core.c