Commit e10f5c41 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] pc300: remove extra paren.

Remove an extra left-paren.
Acked-by: default avatarMarcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dc950d2b
......@@ -704,7 +704,7 @@ static void cpc_tty_rx_work(void * data)
ld = tty_ldisc_ref(cpc_tty);
if(ld)
{
if (ld->receive_buf)) {
if (ld->receive_buf) {
CPC_TTY_DBG("%s: call line disc. receive_buf\n",cpc_tty->name);
ld->receive_buf(cpc_tty->tty, (char *)(buf->data), &flags, buf->size);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment