Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124123
b: refs/heads/master
c: ac2657c
h: refs/heads/master
i:
  124121: d3f6d51
  124119: e18ec26
v: v3
  • Loading branch information
Stephen Rothwell authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 1ef3564 commit ad8501d
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: 08a66aea55154b50f9e9e2e89cc85d8b75121568
refs/heads/master: ac2657c10ccbba7b2c934681f17d7743deee3859
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ int dvb_register_device(struct dvb_adapter *adap, struct dvb_device **pdvbdev,
mutex_unlock(&dvbdev_register_lock);

clsdev = device_create(dvb_class, adap->device,
MKDEV(DVB_MAJOR, nums2minor(adap->num, type, id)),
MKDEV(DVB_MAJOR, minor,
dvbdev, "dvb%d.%s%d", adap->num, dnames[type], id);
if (IS_ERR(clsdev)) {
printk(KERN_ERR "%s: failed to create device dvb%d.%s%d (%ld)\n",
Expand Down

0 comments on commit ad8501d

Please sign in to comment.