Messages in this thread |  | | From | Martin Blumenstingl <> | Date | Sun, 16 May 2021 19:01:44 +0200 | Subject | Re: [PATCH] media: meson: vdec: remove redundant initialization of variable reg_cur |
| |
On Fri, May 14, 2021 at 12:03 AM Colin King <colin.king@canonical.com> wrote: > > From: Colin Ian King <colin.king@canonical.com> > > The variable reg_cur is being initialized with a value that is never > read, it is being updated later on. The assignment is redundant and > can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|  |