Re: [PATCH -next] HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices

2019-06-11 Thread Benjamin Tissoires
On Tue, Jun 11, 2019 at 5:01 AM Yuehaibing wrote: > > Hi all, > > Friendly ping... Applied to for-5.3/logitech Thanks! Cheers, Benjamin > > On 2019/5/25 22:09, YueHaibing wrote: > > We should return 'retval' as the correct return value > > instead of always zero. > > > > Fixes: 74808f9115ce

Re: [PATCH -next] HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices

2019-06-11 Thread Hans de Goede
Hi, On 11-06-19 05:00, Yuehaibing wrote: Hi all, Friendly ping... On 2019/5/25 22:09, YueHaibing wrote: We should return 'retval' as the correct return value instead of always zero. Fixes: 74808f9115ce ("HID: logitech-dj: add support for non unifying receivers") Signed-off-by: YueHaibing

Re: [PATCH -next] HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices

2019-06-10 Thread Yuehaibing
Hi all, Friendly ping... On 2019/5/25 22:09, YueHaibing wrote: > We should return 'retval' as the correct return value > instead of always zero. > > Fixes: 74808f9115ce ("HID: logitech-dj: add support for non unifying > receivers") > Signed-off-by: YueHaibing > --- >

[PATCH -next] HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices

2019-05-25 Thread YueHaibing
We should return 'retval' as the correct return value instead of always zero. Fixes: 74808f9115ce ("HID: logitech-dj: add support for non unifying receivers") Signed-off-by: YueHaibing --- drivers/hid/hid-logitech-dj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git