Jiri Slaby 37b58bfe4b V4L/DVB: VIDEO: ivtvfb, remove unneeded NULL test
Stanse found that in ivtvfb_callback_cleanup and ivtvfb_callback_init
there are unneeded tests for itv being NULL. But itv is initialized
as container_of with non-zero offset in those functions, so it is
never NULL (even if v4l2_dev is). This was found because itv is
dereferenced earlier than the test.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Reviewed-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-08-02 16:42:57 -03:00
..
2010-05-19 12:57:20 -03:00
2010-06-01 01:23:21 -03:00
2010-05-18 00:52:42 -03:00
2010-06-01 01:19:04 -03:00
2010-06-01 01:19:41 -03:00
2010-08-02 15:36:02 -03:00
2010-05-18 00:50:24 -03:00
2010-05-19 12:57:09 -03:00