Re: [PATCH 5/6] HID: hid-sensor-hub: use mfd_add_hotplug_devices helper

2014-10-07 Thread Lee Jones
On Fri, 26 Sep 2014, Johan Hovold wrote: > Use mfd_add_hotplug_devices helper to register the subdevices. > > Compile-only tested. > > Signed-off-by: Johan Hovold > --- > drivers/hid/hid-sensor-hub.c | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) Applied for v3.19 with Jiri's

Re: [PATCH 5/6] HID: hid-sensor-hub: use mfd_add_hotplug_devices helper

2014-09-26 Thread Jiri Kosina
On Fri, 26 Sep 2014, Johan Hovold wrote: > Use mfd_add_hotplug_devices helper to register the subdevices. > > Compile-only tested. > > Signed-off-by: Johan Hovold As I expect this to be going through MFD tree together with the rest of the patchset Acked-by: Jiri Kosina > --- > driv

[PATCH 5/6] HID: hid-sensor-hub: use mfd_add_hotplug_devices helper

2014-09-26 Thread Johan Hovold
Use mfd_add_hotplug_devices helper to register the subdevices. Compile-only tested. Signed-off-by: Johan Hovold --- drivers/hid/hid-sensor-hub.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c index 2ac25760