Re: [PATCH] media: Revert cleanup ktime_set() usage

2018-04-27 Thread Mauro Carvalho Chehab
Em Fri, 27 Apr 2018 20:15:00 +0200 "Jasmin J." escreveu: > Hello Mauro! > > > This patch looks fine, but not for the above-mentioned. > So I shall reword the commit message? Yes. > > > The thing is that it is not consistent to have some places with > > things like: > > timeout = ktime_se

Re: [PATCH] media: Revert cleanup ktime_set() usage

2018-04-27 Thread Jasmin J.
Hello Mauro! > This patch looks fine, but not for the above-mentioned. So I shall reword the commit message? > The thing is that it is not consistent to have some places with > things like: > timeout = ktime_set(1, ir->polling * 100); > > and others with: > timeout = ir->polling

Re: [PATCH] media: Revert cleanup ktime_set() usage

2018-04-16 Thread Mauro Carvalho Chehab
Em Sat, 14 Apr 2018 01:31:34 +0200 "Jasmin J." escreveu: > From: Jasmin Jessich > > This reverts 8b0e195314fa, because this will not compile for Kernels > older than 4.10. This patch looks fine, but not for the above-mentioned. The thing is that it is not consistent to have some places with t