Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a875728 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: vidc: Fix compile warnings



Fix the following compiler warning(s) from gcc 6.1.1 with -Werror enabled:

  drivers/media/platform/msm/vidc/msm_vidc_common.c:366:12:
    error: function declaration isn't a prototype
	[-Werror=strict-prototypes]

Fixes: e8507af2 ("msm: vidc: Add snapshot of MSM video driver")
Change-Id: Ic0dedbad262c7a6b722abc88b99083c47dec8dc2
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent d6657570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ static int hevc_level_v4l2_to_hfi(int value)
	return -EINVAL;
}

static int vp9_level_v4l2_to_hfi(value)
static int vp9_level_v4l2_to_hfi(int value)
{
	switch (value) {
	case V4L2_MPEG_VIDC_VIDEO_VP9_LEVEL_1: