Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7923dee0 authored by akpm@osdl.org's avatar akpm@osdl.org Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3967): Pwc-dec23 oops fix



drivers/media/video/pwc/pwc-dec23.c: In function `pwc_dec23_decompress':
drivers/media/video/pwc/pwc-dec23.c:885: warning: null argument where non-null required (arg 2)

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 18232ca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -882,7 +882,7 @@ void pwc_dec23_decompress(const struct pwc_device *pwc,

		}
#else
		memcpy(dst, 0, pwc->view.x * pwc->view.y);
		memset(dst, 0, pwc->view.x * pwc->view.y);
#endif

	} else {