Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124397
b: refs/heads/master
c: 1dc87b6
h: refs/heads/master
i:
  124395: 60f6803
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent f8f0f65 commit 01875fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6e483782772994fe42ef9e8b5b4d6f6376b3d45
refs/heads/master: 1dc87b6e2fb29777f921c733d78df7eea31e6cc8
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ static void sccb_reg_write(struct usb_device *udev, u16 reg, u8 val)
PDEBUG(D_ERR, "sccb_reg_write failed");
}

#ifdef GSPCA_DEBUG
static u8 sccb_reg_read(struct usb_device *udev, u16 reg)
{
ov534_reg_write(udev, OV534_REG_SUBADDR, reg);
Expand All @@ -162,6 +163,7 @@ static u8 sccb_reg_read(struct usb_device *udev, u16 reg)

return ov534_reg_read(udev, OV534_REG_READ);
}
#endif

static const __u8 ov534_reg_initdata[][2] = {
{ 0xe7, 0x3a },
Expand Down

0 comments on commit 01875fa

Please sign in to comment.