]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] media: s5p-mfc remove void function return statement
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 12 Jul 2016 00:29:43 +0000 (21:29 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 24 Aug 2016 16:31:13 +0000 (13:31 -0300)
Remove void function return statement

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/s5p-mfc/s5p_mfc.c

index 69c91c01b9973195f26d0f709780e6c161d081cf..43842dac530aacbc7477207d8bd1fe44afd2482b 100644 (file)
@@ -494,7 +494,6 @@ static void s5p_mfc_handle_error(struct s5p_mfc_dev *dev,
        s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
        s5p_mfc_clock_off();
        wake_up_dev(dev, reason, err);
-       return;
 }
 
 /* Header parsing interrupt handling */