Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94127
b: refs/heads/master
c: c24e9b3
h: refs/heads/master
i:
  94125: caf6c51
  94123: bb043ca
  94119: 6702577
  94111: bac4e81
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Linus Torvalds committed Apr 28, 2008
1 parent 35c446a commit e25320e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30d55e71a81b1f5a8136f191dc9f4c21f18e77e6
refs/heads/master: c24e9b3fa3fdfca3834eba0bb217c8c197a43b7e
1 change: 1 addition & 0 deletions trunk/drivers/isdn/capi/capifs.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ static int capifs_remount(struct super_block *s, int *flags, char *data)
} else if (sscanf(this_char, "mode=%o%c", &n, &dummy) == 1)
mode = n & ~S_IFMT;
else {
kfree(new_opt);
printk("capifs: called with bogus options\n");
return -EINVAL;
}
Expand Down

0 comments on commit e25320e

Please sign in to comment.