summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlexandre Kroupski <alexandre.kroupski@ingenico.com>2019-08-20 13:37:45 +0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-08-23 12:27:55 +0200
commit623fd246bb40234fe68dd4e7c1f1f081f9c45a3d (patch)
tree020872dfb857ad04fb25bb52783b2e00634ce0e2 /MAINTAINERS
parentmedia: dt-bindings: media: Convert Allwinner A10 IR to a schema (diff)
downloadlinux-623fd246bb40234fe68dd4e7c1f1f081f9c45a3d.tar.xz
linux-623fd246bb40234fe68dd4e7c1f1f081f9c45a3d.zip
media: atmel: atmel-isi: fix timeout value for stop streaming
In case of sensor malfunction, stop streaming timeout takes much longer than expected. This is due to conversion of time to jiffies: milliseconds multiplied with HZ (ticks/second) gives out a value of jiffies with 10^3 greater. We need to also divide by 10^3 to obtain the right jiffies value. In other words FRAME_INTERVAL_MILLI_SEC must be in seconds in order to multiply by HZ and get the right jiffies value to add to the current jiffies for the timeout expire time. Fixes: 195ebc43bf76 ("[media] V4L: at91: add Atmel Image Sensor Interface (ISI) support") Signed-off-by: Alexandre Kroupski <alexandre.kroupski@ingenico.com> Reviewed-by: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions