mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 14:43:03 +00:00
63f2f41752
API compliance scanning with coccinelle flagged: ./drivers/media/usb/gspca/m5602/m5602_s5k83a.c:180:9-25: WARNING: timeout (100) seems HZ dependent Numeric constants passed to schedule_timeout() make the effective timeout HZ dependent which makes little sense in a polling loop for the cameras rotation state. Fixed up by converting the constant to jiffies with msecs_to_jiffies() Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
---|---|---|
.. | ||
Kconfig | ||
m5602_bridge.h | ||
m5602_core.c | ||
m5602_mt9m111.c | ||
m5602_mt9m111.h | ||
m5602_ov7660.c | ||
m5602_ov7660.h | ||
m5602_ov9650.c | ||
m5602_ov9650.h | ||
m5602_po1030.c | ||
m5602_po1030.h | ||
m5602_s5k4aa.c | ||
m5602_s5k4aa.h | ||
m5602_s5k83a.c | ||
m5602_s5k83a.h | ||
m5602_sensor.h | ||
Makefile |