Re: [PATCH 07/36] extcon: convert extcon_class to use dev_groups

2013-07-24 Thread Chanwoo Choi
On 07/25/2013 07:05 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 extcon_class code to use the > correct field. > > Cc: MyungJoo Ham > Cc: Chanwoo Choi > Signed-off-by: Greg Kroah-Hartman > --- > M

[PATCH 07/36] extcon: convert extcon_class 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 extcon_class code to use the correct field. Cc: MyungJoo Ham Cc: Chanwoo Choi Signed-off-by: Greg Kroah-Hartman --- MyungJoo, feel free to apply this to your tree, or ACK it and I can t