alistair23-linux/drivers/ntb
Jon Mason 8222b402e2 NTB: Handle ntb client device probes without present hardware
Attempts to probe client ntb drivers without ntb hardware present will
result in null pointer dereference due to the lack of the ntb bus device
being registers.  Check to see if this is the case, and fail all calls
by the clients registering their drivers.

Signed-off-by: Jon Mason <jon.mason@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-20 15:45:50 -08:00
..
Kconfig
Makefile
ntb_hw.c
ntb_hw.h
ntb_regs.h
ntb_transport.c NTB: Handle ntb client device probes without present hardware 2013-01-20 15:45:50 -08:00