mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
Fix this smatch error: saa7134-video.c:1286 saa7134_g_fmt_vid_overlay() error: we previously assumed 'f->fmt.win.clips' could be null (see line 1279) This is actually a false error since if f->fmt.win.clips is NULL, clipcount will be set to 0, so the clips array won't be touched, but it doesn't hurt to make this explicit in the code. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| saa7134-alsa.c | ||
| saa7134-cards.c | ||
| saa7134-core.c | ||
| saa7134-dvb.c | ||
| saa7134-empress.c | ||
| saa7134-go7007.c | ||
| saa7134-i2c.c | ||
| saa7134-input.c | ||
| saa7134-reg.h | ||
| saa7134-ts.c | ||
| saa7134-tvaudio.c | ||
| saa7134-vbi.c | ||
| saa7134-video.c | ||
| saa7134.h | ||