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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user