kernel/drivers/media/platform/sti/delta/delta-ipc.c
.. .. @@ -220,10 +220,8 @@ 220 220 221 221 err: 222 222 pctx->sys_errors++; 223 - if (ctx->ipc_buf) {224 - hw_free(pctx, ctx->ipc_buf);225 - ctx->ipc_buf = NULL;226 - }223 + hw_free(pctx, ctx->ipc_buf);224 + ctx->ipc_buf = NULL;227 225 228 226 return ret; 229 227 };