Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306312
b: refs/heads/master
c: 45432d4
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent 368a127 commit cb49e27
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8cd058423f22072c1147d3e99161252e1e72333a
refs/heads/master: 45432d41a2eebf5daaacb81de37fbfffc0a8faa7
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/gspca/gl860/gl860.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ static void sd_stop0(struct gspca_dev *gspca_dev)
{
struct sd *sd = (struct sd *) gspca_dev;

if (!sd->gspca_dev.present)
return;

return sd->dev_post_unset_alt(gspca_dev);
}

Expand Down

0 comments on commit cb49e27

Please sign in to comment.