Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285728
b: refs/heads/master
c: 58fae67
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Nieder authored and Mauro Carvalho Chehab committed Jan 6, 2012
1 parent e946561 commit c1567bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ed3189cf989128fe283d6dbffbbae08b67d9e5bd
refs/heads/master: 58fae6739f63344d255161900ba12ce7ceb88666
4 changes: 1 addition & 3 deletions trunk/drivers/media/dvb/dvb-core/dvb_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1510,9 +1510,7 @@ int dvb_net_init (struct dvb_adapter *adap, struct dvb_net *dvbnet,
for (i=0; i<DVB_NET_DEVICES_MAX; i++)
dvbnet->state[i] = 0;

dvb_register_device (adap, &dvbnet->dvbdev, &dvbdev_net,
return dvb_register_device(adap, &dvbnet->dvbdev, &dvbdev_net,
dvbnet, DVB_DEVICE_NET);

return 0;
}
EXPORT_SYMBOL(dvb_net_init);

0 comments on commit c1567bb

Please sign in to comment.