]> bbs.cooldavid.org Git - net-next-2.6.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)
commit50c1126ee1990920705a067a6f3f9bb892369b08
treefc03a50f887a8bd72329e49f01b347b9df5b23a2
parent991f739544a0923b70fb69b115edb880ff9fcc4a
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