Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175119
b: refs/heads/master
c: 24e4688
h: refs/heads/master
i:
  175117: 46d1f48
  175115: 025e6f3
  175111: b58c441
  175103: 9165d49
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 38e292b commit 087190a
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: 64ed20165f3523402465ed465476e0457765a30f
refs/heads/master: 24e4688632c8ae95760cb917ee5f42348fa22cbf
3 changes: 2 additions & 1 deletion trunk/drivers/staging/p9auth/p9auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ static const struct file_operations cap_fops = {
.release = cap_release,
};

/* no __exit here because it can be called by the init function */
static void cap_cleanup_module(void)
{
int i;
Expand All @@ -360,7 +361,7 @@ static void cap_setup_cdev(struct cap_dev *dev, int index)
printk(KERN_NOTICE "Error %d adding cap%d", err, index);
}

static int cap_init_module(void)
static int __init cap_init_module(void)
{
int result, i;
dev_t dev = 0;
Expand Down

0 comments on commit 087190a

Please sign in to comment.