mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Merge branch 'bind_unbind' into driver-core-next
This merges the bind_unbind driver core feature into the driver-core-next branch. bind_unbind is a branch so that others can pull and work off of it safely. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -52,6 +52,8 @@ static const char *kobject_actions[] = {
|
||||
[KOBJ_MOVE] = "move",
|
||||
[KOBJ_ONLINE] = "online",
|
||||
[KOBJ_OFFLINE] = "offline",
|
||||
[KOBJ_BIND] = "bind",
|
||||
[KOBJ_UNBIND] = "unbind",
|
||||
};
|
||||
|
||||
static int kobject_action_type(const char *buf, size_t count,
|
||||
|
Reference in New Issue
Block a user