commit | b9245d80c375b93db79475ca231276e1fa5a7649 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Wed May 05 02:59:48 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed May 19 12:59:13 2010 -0300 |
tree | e0647a8c551ca982be1df56d07ca1b3d689d158b | |
parent | 16ee9bb100340f9f775ab334acb645f54642f312 [diff] |
V4L/DVB: ov511: cleanup: remove unneeded null check We dereference "ov" unconditionally throughout the function so there is no way it can be NULL here. This code has been around for ages so if it were possible for "ov" to be NULL someone would have complained. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>