Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1171
b: refs/heads/master
c: afbf510
h: refs/heads/master
i:
  1169: 296b1d6
  1167: 997c7b8
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed May 17, 2005
1 parent 3a76742 commit 992aa28
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: 24d568ed1b97cb93c2a917cd90296655a8b661a6
refs/heads/master: afbf510d47c4009f5d67ec3c0e0b45eb0441bca3
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1592,9 +1592,9 @@ static int __init init_pcmcia_bus(void)

/* Set up character device for user mode clients */
i = register_chrdev(0, "pcmcia", &ds_fops);
if (i == -EBUSY)
if (i < 0)
printk(KERN_NOTICE "unable to find a free device # for "
"Driver Services\n");
"Driver Services (error=%d)\n", i);
else
major_dev = i;

Expand Down

0 comments on commit 992aa28

Please sign in to comment.