[media] tm6000: fix an uninitialized variable
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 7 Feb 2013 10:05:43 +0000 (07:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Feb 2013 19:30:53 +0000 (17:30 -0200)
commit82f0efbcd3c4e6bf7cdfeed5c901b812e6d30f92
treef34422ddad3328fd8dc8f8c1827841c4e5817623
parentbf5bbed15c41228ea1abbb8d3931050922bfc37f
[media] tm6000: fix an uninitialized variable

tm6000_poll could use an uninitialized buf pointer. Move the buf-handling
code inside the 'if' that initializes the buf pointer.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/tm6000/tm6000-video.c
This page took 0.026055 seconds and 5 git commands to generate.