Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114064
b: refs/heads/master
c: f1918fa
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent b7de336 commit d1d7622
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fadc79935cdb74e744c72e25f739a4acc9efabf5
refs/heads/master: f1918fa284afaa46201b9c20a7bbeacd8db0c977
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/m5602/m5602_mt9m111.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int mt9m111_probe(struct sd *sd)

int mt9m111_init(struct sd *sd)
{
int i, err;
int i, err = 0;

/* Init the sensor */
for (i = 0; i < ARRAY_SIZE(init_mt9m111); i++) {
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/gspca/m5602/m5602_ov9650.h
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,9 @@ static const unsigned char power_down_ov9650[][3] =

/* Vertically and horizontally flips the image if matched, needed for machines
where the sensor is mounted upside down */
static const struct dmi_system_id ov9650_flip_dmi_table[] = {
static
const
struct dmi_system_id ov9650_flip_dmi_table[] = {
{
.ident = "ASUS A6VC",
.matches = {
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/gspca/m5602/m5602_s5k4aa.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ static const unsigned char init_s5k4aa[][4] =
{SENSOR, S5K4AA_GAIN_2, 0xa0, 0x00}
};

static const struct dmi_system_id s5k4aa_vflip_dmi_table[] = {
static
const
struct dmi_system_id s5k4aa_vflip_dmi_table[] = {
{
.ident = "Fujitsu-Siemens Amilo Xa 2528",
.matches = {
Expand Down

0 comments on commit d1d7622

Please sign in to comment.