NTB: Add Error Handling in ntb_device_setup
authorJon Mason <jon.mason@intel.com>
Mon, 15 Jul 2013 20:23:47 +0000 (13:23 -0700)
committerJon Mason <jon.mason@intel.com>
Tue, 3 Sep 2013 18:13:12 +0000 (11:13 -0700)
commit3b12a0d15bd1559e72ad21d9d807fd2a6706f0ab
tree3209814c56be95926ee8fae65b2b95f752f059a8
parent6e4664525b1db28f8c4e1130957f70a94c19213e
NTB: Add Error Handling in ntb_device_setup

If an error is encountered in ntb_device_setup, it is possible that the
spci_cmd isn't populated.  Writes to the offset can result in a NULL
pointer dereference.  This issue is easily encountered by running in
NTB-RP mode, as it currently is not supported and will generate an
error.  To get around this issue, return if an error is encountered
prior to attempting to write to the spci_cmd offset.

Signed-off-by: Jon Mason <jon.mason@intel.com>
drivers/ntb/ntb_hw.c