Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226291
b: refs/heads/master
c: ecfc95e
h: refs/heads/master
i:
  226289: cfb70fe
  226287: b6d443b
v: v3
  • Loading branch information
Joe Perches authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent a60a749 commit 7e29d48
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: b1dc614a81258eb7ff482892e7bc894f1089c144
refs/heads/master: ecfc95eb7410c04c23f59b02931e8f8b3aa4a5b3
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ static int init_channels(struct ngene *dev)

void __devexit ngene_remove(struct pci_dev *pdev)
{
struct ngene *dev = (struct ngene *)pci_get_drvdata(pdev);
struct ngene *dev = pci_get_drvdata(pdev);
int i;

tasklet_kill(&dev->event_tasklet);
Expand Down

0 comments on commit 7e29d48

Please sign in to comment.