From: Martyn Welch Date: Fri, 8 Nov 2013 11:58:35 +0000 (+0000) Subject: VME: Rename vme_slot_get to avoid confusion with reference counting X-Git-Tag: v3.14-rc1~150^2~583 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7729f0fc40296f91b483dfb929e71b27cf75345;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed