mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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 | ||