Re: [PATCH 09/15] media: s5p-mfc: Allocate firmware with internal private buffer alloc function

2017-02-17 Thread Javier Martinez Canillas
Hell Marek, On 02/14/2017 04:52 AM, Marek Szyprowski wrote: > 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. > >

[PATCH 09/15] media: s5p-mfc: Allocate firmware with internal private buffer alloc function

2017-02-13 Thread Marek Szyprowski
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 ---