Re: [PATCH 06/11] bcma: convert bus code to use dev_groups

2013-10-10 Thread Rafał Miłecki
2013/10/9 John W. Linville : > On Sun, Oct 06, 2013 at 11:55:45PM -0700, Greg Kroah-Hartman wrote: >> The dev_attrs field of struct bus_type is going away soon, dev_groups >> should be used instead. This converts the bcma bus code to use the >> correct field. >> >> Cc: Rafał Miłecki >> Cc: >> Si

Re: [PATCH 06/11] bcma: convert bus code to use dev_groups

2013-10-09 Thread John W. Linville
On Sun, Oct 06, 2013 at 11:55:45PM -0700, Greg Kroah-Hartman wrote: > The dev_attrs field of struct bus_type is going away soon, dev_groups > should be used instead. This converts the bcma bus code to use the > correct field. > > Cc: Rafał Miłecki > Cc: > Signed-off-by: Greg Kroah-Hartman > --