mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 00:15:49 -04:00
[media] gspca - ov519: Reduce the size of some variables
Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
9d1593a84c
commit
d6fa66384b
@@ -124,9 +124,9 @@ struct sd {
|
||||
#define SEN_OV8610 13
|
||||
|
||||
u8 sensor_addr;
|
||||
int sensor_width;
|
||||
int sensor_height;
|
||||
int sensor_reg_cache[256];
|
||||
u16 sensor_width;
|
||||
u16 sensor_height;
|
||||
s16 sensor_reg_cache[256];
|
||||
|
||||
u8 jpeg_hdr[JPEG_HDR_SZ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user