Re: [PATCH 12/15] HID: convert bus code to use dev_groups

2013-08-26 Thread Greg Kroah-Hartman
On Mon, Aug 26, 2013 at 01:42:03PM +0200, Jiri Kosina wrote: > On Fri, 23 Aug 2013, 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 HID bus code to use > > the correct field. > > > > Cc: Jiri Kosi

Re: [PATCH 12/15] HID: convert bus code to use dev_groups

2013-08-26 Thread Jiri Kosina
On Fri, 23 Aug 2013, 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 HID bus code to use > the correct field. > > Cc: Jiri Kosina > Signed-off-by: Greg Kroah-Hartman Acked-by: Jiri Kosina > --- >

[PATCH 12/15] HID: convert bus code to use dev_groups

2013-08-23 Thread Greg Kroah-Hartman
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the HID bus code to use the correct field. Cc: Jiri Kosina Signed-off-by: Greg Kroah-Hartman --- drivers/hid/hid-core.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-)