]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d4954525d3cac3ee6fc35e97681de179e8c2084
treecefbccb4843d821183ae195e70a17c9938318945
parenta0a21c09ae7d0cfb8dd3d636b52bf281533eabe8
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