Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22068
b: refs/heads/master
c: addf36f
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Martin authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 333f51b commit 69d4608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1afc64a3d68174fe524f11d92e045a30eacc927e
refs/heads/master: addf36fec058691f7ba4f95b5487d140f4a86f5a
2 changes: 1 addition & 1 deletion trunk/drivers/usb/media/ov511.c
Original file line number Diff line number Diff line change
Expand Up @@ -5639,7 +5639,7 @@ static CLASS_DEVICE_ATTR(hue, S_IRUGO, show_hue, NULL);
static ssize_t show_exposure(struct class_device *cd, char *buf)
{
struct usb_ov511 *ov = cd_to_ov(cd);
unsigned char exp;
unsigned char exp = 0;

if (!ov->dev)
return -ENODEV;
Expand Down

0 comments on commit 69d4608

Please sign in to comment.