Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92617
b: refs/heads/master
c: 5016381
h: refs/heads/master
i:
  92615: 5207cf6
v: v3
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 22c175f commit 13ee6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 645635b002311fafffd1b8f4e2e8200639fb7629
refs/heads/master: 5016381c33d63f23c43416b9c8421b1eeaa1b515
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/saa7134/saa7134-empress.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int empress_init(struct saa7134_dev *dev)
{
int err;

dprintk("%s: %s\n",dev->name,__FUNCTION__);
dprintk("%s: %s\n",dev->name,__func__);
dev->empress_dev = video_device_alloc();
if (NULL == dev->empress_dev)
return -ENOMEM;
Expand Down Expand Up @@ -440,7 +440,7 @@ static int empress_init(struct saa7134_dev *dev)

static int empress_fini(struct saa7134_dev *dev)
{
dprintk("%s: %s\n",dev->name,__FUNCTION__);
dprintk("%s: %s\n",dev->name,__func__);

if (NULL == dev->empress_dev)
return 0;
Expand Down

0 comments on commit 13ee6a4

Please sign in to comment.