]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
driver core: Introduce device_create_groups
authorGuenter Roeck <linux@roeck-us.net>
Sun, 14 Jul 2013 23:05:57 +0000 (16:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jul 2013 17:57:37 +0000 (10:57 -0700)
commit39ef311204941ddd01ea2950d6220c8ccc710d15
treeff043a79a7864d0e50367bcbca80f6562a282ae5
parent388a8c353d671d4ea2f638be84cfcbb912afdcf2
driver core: Introduce device_create_groups

device_create_groups lets callers create devices as well as associated
sysfs attributes with a single call. This avoids race conditions seen
if sysfs attributes on new devices are created later.

[fixed up comment block placement and add checks for printk buffer
formats - gregkh]

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c
include/linux/device.h