Commit 6b332749 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] Fix warning in pc300_tty driver.

..caused by my last patch to this file.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 333f8eed
......@@ -760,7 +760,7 @@ void cpc_tty_receive(pc300dev_t *pc300dev)
int rx_len, rx_aux;
volatile unsigned char status;
unsigned short first_bd = pc300chan->rx_first_bd;
st_cpc_rx_buf *new;
st_cpc_rx_buf *new=NULL;
unsigned char dsr_rx;
if (pc300dev->cpc_tty == NULL) {
......
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