Re: [PATCH V2] media: s5p_mfc: Release ctx->ctx if failed to allocate ctx->shm

2014-08-05 Thread Joonyoung Shim
Hi, On 08/05/2014 06:31 PM, Zhaowei Yuan wrote: > ctx->ctx should be released if the following allocation for ctx->shm > gets failed. > > Signed-off-by: Zhaowei Yuan > --- > drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |1 + > 1 file changed, 1 insertion(+) > mode change 100644 => 10075

[PATCH V2] media: s5p_mfc: Release ctx->ctx if failed to allocate ctx->shm

2014-08-05 Thread Zhaowei Yuan
ctx->ctx should be released if the following allocation for ctx->shm gets failed. Signed-off-by: Zhaowei Yuan --- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c diff --git a/d