NTB: Multiple NTB client fix
authorJon Mason <jon.mason@intel.com>
Fri, 26 Apr 2013 21:51:57 +0000 (14:51 -0700)
committerJon Mason <jon.mason@intel.com>
Wed, 15 May 2013 17:58:22 +0000 (10:58 -0700)
commit8b19d450ad188d402a183ff4a4d40f31c3916fbf
treecefbccb4843d821183ae195e70a17c9938318945
parent904435cf76a9bdd5eb41b1c4e049d5a64f3a8400
NTB: Multiple NTB client fix

Fix issue with adding multiple ntb client devices to the ntb virtual
bus.  Previously, multiple devices would be added with the same name,
resulting in crashes.  To get around this issue, add a unique number to
the device when it is added.

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