Skip to content

Commit

Permalink
[media] gspca - ov519: Reduce the size of some variables
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 9d1593a commit d6fa663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/gspca/ov519.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit d6fa663

Please sign in to comment.