IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not set
authorRalph Campbell <ralph.campbell@qlogic.com>
Fri, 22 Oct 2010 22:29:46 +0000 (15:29 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 26 Oct 2010 23:09:02 +0000 (16:09 -0700)
commit9e43e0106d6f526724911e80adb97dbcec520b5d
tree7cda71e5cf5bdd6be76a4f4fd685ed58cbcd9b8f
parent82fdb0ab54096b8dbc8558e2dd37e9e0ac180db8
IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not set

If CONFIG_PCI_MSI is not set, and a QLE7140 is present, the pointer
"dd" is uninitialized.

Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/qib/qib_init.c