Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76443
b: refs/heads/master
c: 3157ece
h: refs/heads/master
i:
  76441: e4c9e4c
  76439: 7bc8b17
v: v3
  • Loading branch information
Chris Pascoe authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent da574a4 commit db15f70
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: 7d58d1117ec02f5fe22ddd03ca08fe2a8c777ea2
refs/heads/master: 3157ecef3bce47df74427d6656fa8592bfe8d2d7
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,13 +928,13 @@ void *xc2028_attach(struct dvb_frontend *fe, struct xc2028_config *cfg)
void *video_dev;

if (debug)
printk(KERN_DEBUG PREFIX "Xcv2028/3028 init called!\n");
printk(KERN_DEBUG PREFIX ": Xcv2028/3028 init called!\n");

if (NULL == cfg->video_dev)
return NULL;

if (!fe) {
printk(KERN_ERR PREFIX "No frontend!\n");
printk(KERN_ERR PREFIX ": No frontend!\n");
return NULL;
}

Expand Down

0 comments on commit db15f70

Please sign in to comment.