Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156138
b: refs/heads/master
c: d8cc1ab
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Steven Rostedt committed Jul 23, 2009
1 parent c04d1e1 commit 29d415f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: e5d490b252423605a77c54b2e35b10ea663763df
refs/heads/master: d8cc1ab793993c886c62abf77c93287df33ffd8b
7 changes: 2 additions & 5 deletions trunk/kernel/trace/trace_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,17 +301,14 @@ static const struct seq_operations stack_trace_seq_ops = {

static int stack_trace_open(struct inode *inode, struct file *file)
{
int ret;

ret = seq_open(file, &stack_trace_seq_ops);

return ret;
return seq_open(file, &stack_trace_seq_ops);
}

static const struct file_operations stack_trace_fops = {
.open = stack_trace_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
};

int
Expand Down

0 comments on commit 29d415f

Please sign in to comment.