1. 07 Feb, 2019 21 commits
  2. 31 Jan, 2019 18 commits
  3. 26 Jan, 2019 1 commit
    • Mauro Carvalho Chehab's avatar
      media: vicodec: get_next_header is static · c9d06df6
      Mauro Carvalho Chehab authored
      drivers/media/platform/vicodec/vicodec-core.c:drivers/media/platform/vicodec/vicodec-core.c:210:23:  warning: symbol 'get_next_header' was not declared. Should it be static?
      drivers/media/platform/vicodec/vicodec-core.c:210:23: warning: no previous prototype for 'get_next_header' [-Wmissing-prototypes]
       enum vb2_buffer_state get_next_header(struct vicodec_ctx *ctx, u8 **pp, u32 sz)
                             ^~~~~~~~~~~~~~~
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      c9d06df6