media: vicodec: current -> cur
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 26 Jul 2018 07:11:01 +0000 (03:11 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 27 Jul 2018 10:39:57 +0000 (06:39 -0400)
commit64004337d0d8842b8993107c8427b80d6e36646c
tree49c7fd3dde23a154d230caab9a2a5f04c4780248
parentb094e64fbd88dfcde137c2235b58c904ccac00ea
media: vicodec: current -> cur

'current' is also defined in asm-generic/current.h.

When compiling this driver for older kernels with the media_build system,
this header is included via compat.h and it no longer compiles. Rename
current to cur.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vicodec/vicodec-codec.c