Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44028
b: refs/heads/master
c: 019391e
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent 3d037ad commit 0f07319
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3ac706d2f77fd7bbef037a6137d08a72d7dc8334
refs/heads/master: 019391e426266a346ac2f1b3d3c70c26b482ff31
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/cx88/cx88-mpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ int cx8802_register_driver(struct cx8802_driver *drv)
}

list_for_each(list,&cx8802_devlist) {
i++;
h = list_entry(list, struct cx8802_dev, devlist);

printk(KERN_INFO "CORE %s: subsystem: %04x:%04x, board: %s [card=%d]\n",
Expand All @@ -685,6 +684,7 @@ int cx8802_register_driver(struct cx8802_driver *drv)

err = drv->probe(driver);
if (err == 0) {
i++;
mutex_lock(&drv->core->lock);
list_add_tail(&driver->devlist,&h->drvlist.devlist);
mutex_unlock(&drv->core->lock);
Expand All @@ -695,6 +695,8 @@ int cx8802_register_driver(struct cx8802_driver *drv)
}
if (i == 0)
err = -ENODEV;
else
err = 0;

return err;
}
Expand Down

0 comments on commit 0f07319

Please sign in to comment.