]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
[media] s5p-mfc: Allocate firmware with internal private buffer alloc function
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 9 Feb 2017 07:17:41 +0000 (05:17 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 5 Apr 2017 18:55:00 +0000 (15:55 -0300)
commitd1ff4e17b24975c5d90671e4dc15ebeb12832f02
treea360069226927e65cd8cc91ec07486701752a112
parent94eaccc064e076d75235eb5a74ff52a63a21eca0
[media] s5p-mfc: Allocate firmware with internal private buffer alloc function

Once firmware buffer has been converted to use s5p_mfc_priv_buf structure,
it is possible to allocate it with existing s5p_mfc_alloc_priv_buf()
function. This change will help to reduce code variants in the next
patches.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Andrzej Hajda <a.hajda@samsung.com>
Tested-by: Smitha T Murthy <smitha.t@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c