[media] media: s5p-mfc remove void function return statement

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>
This commit is contained in:
Shuah Khan 2016-07-11 21:29:43 -03:00 committed by Mauro Carvalho Chehab
parent d695c12c57
commit 02d9a33a02
1 changed files with 0 additions and 1 deletions

View 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_hw_call(dev->mfc_ops, clear_int_flags, dev);
s5p_mfc_clock_off(); s5p_mfc_clock_off();
wake_up_dev(dev, reason, err); wake_up_dev(dev, reason, err);
return;
} }
/* Header parsing interrupt handling */ /* Header parsing interrupt handling */