commit | a629f86b4aa1669ddf2afaa3ded66d5a59d60b77 | [log] [tgz] |
---|---|---|
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | Mon May 23 09:15:05 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Jun 11 09:45:32 2011 -0300 |
tree | db0bf2dae45373ef6d59dbaf82c676307b82e590 | |
parent | 3495dcefeb3b5ab825788206d5b696be14f4de19 [diff] |
[media] s5p-fimc: Fix wrong buffer size in queue_setup Avoid dereferencing of NULL f->fmt. Correct size of the allocated buffer in case the crop rectangle is smaller than the bounds rectangle (configured with S_FMT). Also remove redundant check for *num_buffer == 0 as this case is handled in videobuf2. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>