]> 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)
commit48208dd739a8dbe55934bfbaccff953d6a6a88aa
treecefbccb4843d821183ae195e70a17c9938318945
parentaccabb9c2bfcc92c88b22f22f9a082a7cce58ce5
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