From: Arun Kumar K Date: Wed, 6 Mar 2013 12:15:57 +0000 (-0300) Subject: [media] s5p-mfc: Fix encoder control 15 issue X-Git-Tag: accepted/tizen/common/20141203.182822~2038^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=053e09f319c25fb9c698ad56b9b65058939ec6ef;p=platform%2Fkernel%2Flinux-arm64.git [media] s5p-mfc: Fix encoder control 15 issue mfc-encoder is not working in the latest kernel giving the erorr "Adding control (15) failed". Adding the missing step parameter in this control to fix the issue. Signed-off-by: Arun Kumar K Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c index 2356fd5..4f6b553 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c @@ -232,6 +232,7 @@ static struct mfc_control controls[] = { .minimum = 0, .maximum = 1, .default_value = 0, + .step = 1, .menu_skip_mask = 0, }, {