Re: [PATCH 27/36] video: backlight: convert class code to use dev_groups

2013-07-24 Thread Jingoo Han
On Thursday, July 25, 2013 7:06 AM, Greg Kroah-Hartman wrote: > > The dev_attrs field of struct class is going away soon, dev_groups > should be used instead. This converts the video backlight class code to > use the correct field. > > Cc: Richard Purdie > Cc: Jingoo Han > Signed-off-by: Greg

[PATCH 27/36] video: backlight: convert class code to use dev_groups

2013-07-24 Thread Greg Kroah-Hartman
The dev_attrs field of struct class is going away soon, dev_groups should be used instead. This converts the video backlight class code to use the correct field. Cc: Richard Purdie Cc: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Richard, feel free to take this through your tree, or ACK i