Re: [PATCH 07/15] Input: gameport: convert bus code to use drv_groups

2013-08-25 Thread Greg Kroah-Hartman
On Sat, Aug 24, 2013 at 04:33:18PM -0700, Dmitry Torokhov wrote: > On Fri, Aug 23, 2013 at 02:24:33PM -0700, Greg Kroah-Hartman wrote: > > The drv_attrs field of struct bus_type is going away soon, drv_groups > > should be used instead. This converts the gameport bus code to use the > > correct

Re: [PATCH 07/15] Input: gameport: convert bus code to use drv_groups

2013-08-25 Thread Greg Kroah-Hartman
On Sat, Aug 24, 2013 at 04:33:18PM -0700, Dmitry Torokhov wrote: On Fri, Aug 23, 2013 at 02:24:33PM -0700, Greg Kroah-Hartman wrote: The drv_attrs field of struct bus_type is going away soon, drv_groups should be used instead. This converts the gameport bus code to use the correct field.

Re: [PATCH 07/15] Input: gameport: convert bus code to use drv_groups

2013-08-24 Thread Dmitry Torokhov
On Fri, Aug 23, 2013 at 02:24:33PM -0700, Greg Kroah-Hartman wrote: > The drv_attrs field of struct bus_type is going away soon, drv_groups > should be used instead. This converts the gameport bus code to use the > correct field. > > Cc: Dmitry Torokhov > Signed-off-by: Greg Kroah-Hartman

Re: [PATCH 07/15] Input: gameport: convert bus code to use drv_groups

2013-08-24 Thread Dmitry Torokhov
On Fri, Aug 23, 2013 at 02:24:33PM -0700, Greg Kroah-Hartman wrote: The drv_attrs field of struct bus_type is going away soon, drv_groups should be used instead. This converts the gameport bus code to use the correct field. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Greg

[PATCH 07/15] Input: gameport: convert bus code to use drv_groups

2013-08-23 Thread Greg Kroah-Hartman
The drv_attrs field of struct bus_type is going away soon, drv_groups should be used instead. This converts the gameport bus code to use the correct field. Cc: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/gameport/gameport.c | 12 +++- 1 file changed, 7

[PATCH 07/15] Input: gameport: convert bus code to use drv_groups

2013-08-23 Thread Greg Kroah-Hartman
The drv_attrs field of struct bus_type is going away soon, drv_groups should be used instead. This converts the gameport bus code to use the correct field. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org ---