aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuah Khan <[email protected]>2016-07-11 21:29:43 -0300
committerMauro Carvalho Chehab <[email protected]>2016-08-24 13:31:13 -0300
commit02d9a33a028f46e4b924ea00b4bbcde3a1243100 (patch)
tree016df91e5aa57811f71ec658ef83ba38b437ab6f
parentd695c12c57feae371c943e019af920bc8b732dfb (diff)
[media] media: s5p-mfc remove void function return statement
Remove void function return statement Signed-off-by: Shuah Khan <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Sylwester Nawrocki <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/media/platform/s5p-mfc/s5p_mfc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c b/drivers/media/platform/s5p-mfc/s5p_mfc.c
index 69c91c01b997..43842dac530a 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc.c
@@ -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 */