Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142513
b: refs/heads/master
c: 4d8107f
h: refs/heads/master
i:
  142511: 30ead2c
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Apr 6, 2009
1 parent 8091280 commit 664108b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: bd86ef378412fc30282daf722a833f734e4e2236
refs/heads/master: 4d8107f474029167ae69862bf6b2c7273be757c7
8 changes: 4 additions & 4 deletions trunk/drivers/serial/cpm_uart/cpm_uart_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,10 @@ static int cpm_uart_init_port(struct device_node *np,
for (i = 0; i < NUM_GPIOS; i++)
pinfo->gpios[i] = of_get_gpio(np, i);

#ifdef CONFIG_PPC_EARLY_DEBUG_CPM
udbg_putc = NULL;
#endif

return cpm_uart_request_port(&pinfo->port);

out_pram:
Expand Down Expand Up @@ -1255,10 +1259,6 @@ static int __init cpm_uart_console_setup(struct console *co, char *options)
baud = 9600;
}

#ifdef CONFIG_PPC_EARLY_DEBUG_CPM
udbg_putc = NULL;
#endif

if (IS_SMC(pinfo)) {
out_be16(&pinfo->smcup->smc_brkcr, 0);
cpm_line_cr_cmd(pinfo, CPM_CR_STOP_TX);
Expand Down

0 comments on commit 664108b

Please sign in to comment.