commit | 39ef311204941ddd01ea2950d6220c8ccc710d15 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Jul 14 16:05:57 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 16 10:57:37 2013 -0700 |
tree | ff043a79a7864d0e50367bcbca80f6562a282ae5 | |
parent | 388a8c353d671d4ea2f638be84cfcbb912afdcf2 [diff] |
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>