Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155514
b: refs/heads/master
c: 04aef32
h: refs/heads/master
v: v3
  • Loading branch information
Xiao Guangrong authored and Frederic Weisbecker committed Jul 17, 2009
1 parent d3e2f42 commit acb6964
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: ecc2e05e739c30870c8e4f252b63a0c4041f2724
refs/heads/master: 04aef32d39cc4ef80087c0ce8ed113c6d64f1a6b
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 retval;
return 0;

}
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 acb6964

Please sign in to comment.