Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89615
b: refs/heads/master
c: ee2d91e
h: refs/heads/master
i:
  89613: a137125
  89611: 05cdc72
  89607: fd2f86b
  89599: 9e65dc4
v: v3
  • Loading branch information
Robert P. J. Day authored and Stefan Richter committed Apr 18, 2008
1 parent fab746d commit bdf4603
Show file tree
Hide file tree
Showing 4 changed files with 1 addition 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: 9508c208aa6e0a7501d8250d4a9d35344056d573
refs/heads/master: ee2d91e2b3e422f3f61cd7c6a58bd98a5ec72bd1
1 change: 0 additions & 1 deletion trunk/drivers/ieee1394/dv1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,6 @@ static int __init dv1394_init_module(void)

cdev_init(&dv1394_cdev, &dv1394_fops);
dv1394_cdev.owner = THIS_MODULE;
kobject_set_name(&dv1394_cdev.kobj, "dv1394");
ret = cdev_add(&dv1394_cdev, IEEE1394_DV1394_DEV, 16);
if (ret) {
printk(KERN_ERR "dv1394: unable to register character device\n");
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/ieee1394/raw1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -3003,7 +3003,6 @@ static int __init init_raw1394(void)

cdev_init(&raw1394_cdev, &raw1394_fops);
raw1394_cdev.owner = THIS_MODULE;
kobject_set_name(&raw1394_cdev.kobj, RAW1394_DEVICE_NAME);
ret = cdev_add(&raw1394_cdev, IEEE1394_RAW1394_DEV, 1);
if (ret) {
HPSB_ERR("raw1394 failed to register minor device block");
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/ieee1394/video1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,6 @@ static int __init video1394_init_module (void)

cdev_init(&video1394_cdev, &video1394_fops);
video1394_cdev.owner = THIS_MODULE;
kobject_set_name(&video1394_cdev.kobj, VIDEO1394_DRIVER_NAME);
ret = cdev_add(&video1394_cdev, IEEE1394_VIDEO1394_DEV, 16);
if (ret) {
PRINT_G(KERN_ERR, "video1394: unable to get minor device block");
Expand Down

0 comments on commit bdf4603

Please sign in to comment.