mei: bus: prefix device names on bus with the bus name
authorAlexander Usyskin <alexander.usyskin@intel.com>
Tue, 5 Nov 2019 15:05:13 +0000 (17:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Nov 2019 17:19:01 +0000 (18:19 +0100)
commit7a2b9e6ec84588b0be65cc0ae45a65bac431496b
tree088f24bc1d2e69d9991ef3bdf1046d33c31a808d
parent26a4175372a59f001e2b49a4da73a8896cf1adba
mei: bus: prefix device names on bus with the bus name

Add parent device name to the name of devices on bus to avoid
device names collisions for same client UUID available
from different MEI heads. Namely this prevents sysfs collision under
/sys/bus/mei/device/

In the device part leave just UUID other parameters that are
required for device matching are not required here and are
just bloating the name.

Cc: <stable@vger.kernel.org>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20191105150514.14010-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus.c