Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15187
b: refs/heads/master
c: 7877327
h: refs/heads/master
i:
  15185: 273f4ee
  15183: 25c3bda
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 15, 2005
1 parent ada03c4 commit cdcf4d5
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: e17f008bbeabcd1302d6cf4b5b9659be6d80f1db
refs/heads/master: 7877327d9c360ac91f22e4c7f98bcb10c0180969
2 changes: 1 addition & 1 deletion trunk/drivers/atm/adummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int __init adummy_init(void)
}
memset(adummy_dev, 0, sizeof(struct adummy_dev));

atm_dev = atm_dev_register(DEV_LABEL, &adummy_ops, -1, 0);
atm_dev = atm_dev_register(DEV_LABEL, &adummy_ops, -1, NULL);
if (!atm_dev) {
printk(KERN_ERR DEV_LABEL ": atm_dev_register() failed\n");
err = -ENODEV;
Expand Down

0 comments on commit cdcf4d5

Please sign in to comment.