[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <42b24cd0-ac37-3cfe-1fb2-d6292015318a@gmail.com>
Date: Mon, 15 Nov 2021 01:34:18 +0300
From: Dmitry Osipenko <digetx@...il.com>
To: Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Anton Bambura <jenneron@...tonmail.com>,
Hans Verkuil <hverkuil@...all.nl>
Cc: linux-media@...r.kernel.org, linux-staging@...ts.linux.dev,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 1/3] media: staging: tegra-vde: Support reference
picture marking
15.11.2021 01:23, Dmitry Osipenko пишет:
> + vde->secure_bo = tegra_vde_alloc_bo(vde, DMA_FROM_DEVICE, 4096);
> + if (!vde->secure_bo) {
> + dev_err(dev, "Failed to allocate secure BO\n");
> + goto err_pm_runtime;
> + }
My eye just caught that by accident err variable isn't assigned to
-ENOMEM here. I'll make v2 shortly.
Powered by blists - more mailing lists