diff options
author | Martyn Welch <martyn.welch@ge.com> | 2013-11-08 11:58:35 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-03 11:15:58 -0800 |
commit | d7729f0fc40296f91b483dfb929e71b27cf75345 (patch) | |
tree | 6c6d2a0f7645831c5d0908bec40fa786814f2699 /Documentation/vme_api.txt | |
parent | 978f47d64365fa1659178e54c5106154c315b595 (diff) |
VME: Rename vme_slot_get to avoid confusion with reference counting
Traditionally the "get" functions increment the reference count of the
object that is returned, which does not happen with vme_slot_get. The
function vme_slot_get returns the physical VME slot associated with a
particular struct vme_dev. Rename vme_slot_num to avoid any confusion.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/vme_api.txt')
-rw-r--r-- | Documentation/vme_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vme_api.txt b/Documentation/vme_api.txt index 126a1f1d515..ffe6e22a2cc 100644 --- a/Documentation/vme_api.txt +++ b/Documentation/vme_api.txt @@ -393,7 +393,7 @@ Slot Detection This function returns the slot ID of the provided bridge. - int vme_slot_get(struct vme_dev *dev); + int vme_slot_num(struct vme_dev *dev); Bus Detection |