Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155523
b: refs/heads/master
c: 301d95c
h: refs/heads/master
i:
  155521: 805fc64
  155519: 2063217
v: v3
  • Loading branch information
Linus Torvalds committed Jul 17, 2009
1 parent 4a86591 commit 362df65
Show file tree
Hide file tree
Showing 3 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: e79f07e2925b10f09a2621650c16f3d6ea778747
refs/heads/master: 301d95c4dade09388f94258ee797d2d650dc00b5
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ int tty_port_block_til_ready(struct tty_port *port,
if (retval == 0)
port->flags |= ASYNC_NORMAL_ACTIVE;
spin_unlock_irqrestore(&port->lock, flags);
return 0;
return retval;

}
EXPORT_SYMBOL(tty_port_block_til_ready);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ ftrace_trace_onoff_callback(char *glob, char *cmd, char *param, int enable)
out_reg:
ret = register_ftrace_function_probe(glob, ops, count);

return ret;
return ret < 0 ? ret : 0;
}

static struct ftrace_func_command ftrace_traceon_cmd = {
Expand Down

0 comments on commit 362df65

Please sign in to comment.