]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
[media] DaVinci-VPFE-Capture: Delete an unnecessary return statement in vpfe_unregist...
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 12 Oct 2016 13:10:54 +0000 (10:10 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 14:56:36 +0000 (12:56 -0200)
commit96ca88423605116c041b5e5a6ef3af685402afb1
treefa8e84e69a0bd5f9d5a4cb7fb9719ecc15bc358f
parentb899065640fc0c8b02d762bd5869c0afd3120c64
[media] DaVinci-VPFE-Capture: Delete an unnecessary return statement in vpfe_unregister_ccdc_device()

The script "checkpatch.pl" pointed information out like the following.

WARNING: void function return statements are not generally useful

Thus remove such a statement here.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/davinci/vpfe_capture.c