Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103826
b: refs/heads/master
c: 584ce48
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 20, 2008
1 parent e4c206d commit db969e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 745271aefec602326b1dafded778d1eb94bc50ad
refs/heads/master: 584ce48de9e01838402c8e82c78f166775ea3075
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <linux/highmem.h>
#include <linux/freezer.h>

#define MODULE_NAME "vivi"
#define VIVI_MODULE_NAME "vivi"

/* Wake up at about 30 fps */
#define WAKE_NUMERATOR 30
Expand Down Expand Up @@ -1022,11 +1022,11 @@ static int vivi_release(void)
if (-1 != dev->vfd->minor) {
video_unregister_device(dev->vfd);
printk(KERN_INFO "%s: /dev/video%d unregistered.\n",
MODULE_NAME, dev->vfd->minor);
VIVI_MODULE_NAME, dev->vfd->minor);
} else {
video_device_release(dev->vfd);
printk(KERN_INFO "%s: /dev/video%d released.\n",
MODULE_NAME, dev->vfd->minor);
VIVI_MODULE_NAME, dev->vfd->minor);
}

kfree(dev);
Expand Down Expand Up @@ -1139,7 +1139,7 @@ static int __init vivi_init(void)

dev->vfd = vfd;
printk(KERN_INFO "%s: V4L2 device registered as /dev/video%d\n",
MODULE_NAME, vfd->minor);
VIVI_MODULE_NAME, vfd->minor);
}

if (ret < 0) {
Expand Down

0 comments on commit db969e4

Please sign in to comment.