Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124529
b: refs/heads/master
c: 290588e
h: refs/heads/master
i:
  124527: fdb2bb6
v: v3
  • Loading branch information
Alexey Klimov authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent bc2722e commit 72c2bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5609cfd23233617858d03fab537bc120f7f6fa7f
refs/heads/master: 290588e067b6710b614da4bd538197dd88158b62
3 changes: 2 additions & 1 deletion trunk/drivers/media/radio/dsbr100.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ static int usb_dsbr100_open(struct inode *inode, struct file *file)
retval = dsbr100_setfreq(radio, radio->curfreq);

if (retval == -1)
printk(KERN_WARNING KBUILD_MODNAME ": Set frequency failed\n");
dev_warn(&radio->usbdev->dev,
"set frequency failed\n");

unlock_kernel();
return 0;
Expand Down

0 comments on commit 72c2bb8

Please sign in to comment.