Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196932
b: refs/heads/master
c: 177d428
h: refs/heads/master
v: v3
  • Loading branch information
Aseem Sethi authored and Greg Kroah-Hartman committed May 11, 2010
1 parent da46911 commit 177c104
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9495c282baf53ec7bfffcb9dd9f40cb10d4240e0
refs/heads/master: 177d42821e2d662fda5bb57d31d33d215fb74fd0
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_labpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase,
printk("\n");

if (iobase == 0) {
printk("io base address is zero!\n");
printk(KERN_ERR "io base address is zero!\n");
return -EINVAL;
}
/* request io regions for isa boards */
Expand Down

0 comments on commit 177c104

Please sign in to comment.