From: Mauro Carvalho Chehab Date: Thu, 1 Oct 2020 09:17:51 +0000 (+0200) Subject: media: zoran: get rid of an unused var X-Git-Tag: v5.10-rc1~175^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=209ecc56aa22912a15a61919393e36a31b5c5501;p=thirdparty%2Fkernel%2Flinux.git media: zoran: get rid of an unused var The jpeg_error in lowercase is not used anywhere. Drop it. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/zoran/zoran.h b/drivers/staging/media/zoran/zoran.h index 7217a64fe59b0..945502becd60d 100644 --- a/drivers/staging/media/zoran/zoran.h +++ b/drivers/staging/media/zoran/zoran.h @@ -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;