commit | 39ef311204941ddd01ea2950d6220c8ccc710d15 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <[email protected]> | Sun Jul 14 16:05:57 2013 -0700 |
committer | Greg Kroah-Hartman <[email protected]> | 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 <[email protected]> Cc: Jean Delvare <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>