Re: [PATCH v2 7/8] greybus: hid: remove custom locking from gb_hid_open/close

2017-06-07 Thread Viresh Kumar
On Wed, Jun 7, 2017 at 12:29 PM, Dmitry Torokhov wrote: > Now that HID core enforces serialization of transport driver open/close > calls we can remove custom locking from greybus hid driver. > > Signed-off-by: Dmitry Torokhov > --- > drivers/staging/greybus/hid.c | 43 > ++-

Re: [PATCH v2 7/8] greybus: hid: remove custom locking from gb_hid_open/close

2017-06-07 Thread Greg Kroah-Hartman
On Tue, Jun 06, 2017 at 11:59:37PM -0700, Dmitry Torokhov wrote: > Now that HID core enforces serialization of transport driver open/close > calls we can remove custom locking from greybus hid driver. > > Signed-off-by: Dmitry Torokhov > --- > drivers/staging/greybus/hid.c | 43 > ++