Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285434
b: refs/heads/master
c: 27d3e36
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Dec 30, 2011
1 parent 44b825e commit 73a1aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 69c003996b4d05c190ebc0e3a578d6393cd497f6
refs/heads/master: 27d3e366091b13c26d5d996709fd9d99858455eb
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/gspca/vicam.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ static void sd_stop0(struct gspca_dev *gspca_dev)
dev->work_thread = NULL;
mutex_lock(&gspca_dev->usb_lock);

vicam_set_camera_power(gspca_dev, 0);
if (gspca_dev->present)
vicam_set_camera_power(gspca_dev, 0);
}

/* Table of supported USB devices */
Expand Down

0 comments on commit 73a1aa6

Please sign in to comment.