]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: zoran: get rid of an unused var
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 1 Oct 2020 09:17:51 +0000 (11:17 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 1 Oct 2020 09:18:26 +0000 (11:18 +0200)
The jpeg_error in lowercase is not used anywhere. Drop it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/zoran/zoran.h

index 7217a64fe59b0bc6863c91acaa04cbe6c0e67cd3..945502becd60d90f5da7aeb1cc1e04723180c75f 100644 (file)
@@ -264,7 +264,6 @@ struct zoran {
 
        /* Additional stuff for testing */
        unsigned int ghost_int;
-       int jpeg_error;
        int intr_counter_GIRQ1;
        int intr_counter_GIRQ0;
        int intr_counter_CodRepIRQ;