Re: [PATCH 3/3] staging/android: simplify handle_vsoc_cond_wait

2019-02-04 Thread Joel Fernandes
I think you sent to wrong address of Alistair on these and other patches. Corrected address. On Fri, Feb 01, 2019 at 06:39:03AM +0100, Hugo Lefeuvre wrote: > simplify handle_vsoc_cond_wait (drivers/staging/android/vsoc.c) using newly > added wait_event_freezable_hrtimeout helper and remove

[PATCH 3/3] staging/android: simplify handle_vsoc_cond_wait

2019-01-31 Thread Hugo Lefeuvre
simplify handle_vsoc_cond_wait (drivers/staging/android/vsoc.c) using newly added wait_event_freezable_hrtimeout helper and remove useless includes. Signed-off-by: Hugo Lefeuvre --- drivers/staging/android/vsoc.c | 69 +- 1 file changed, 10 insertions(+), 59