diff options
Diffstat (limited to 'net/irda/ircomm/ircomm_tty.c')
-rw-r--r-- | net/irda/ircomm/ircomm_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/ircomm/ircomm_tty.c b/net/irda/ircomm/ircomm_tty.c index a68c88cdec6e..14b08e376f9f 100644 --- a/net/irda/ircomm/ircomm_tty.c +++ b/net/irda/ircomm/ircomm_tty.c | |||
@@ -1141,7 +1141,7 @@ static int ircomm_tty_data_indication(void *instance, void *sap, | |||
1141 | * Use flip buffer functions since the code may be called from interrupt | 1141 | * Use flip buffer functions since the code may be called from interrupt |
1142 | * context | 1142 | * context |
1143 | */ | 1143 | */ |
1144 | tty_insert_flip_string(tty, skb->data, skb->len); | 1144 | tty_insert_flip_string(&self->port, skb->data, skb->len); |
1145 | tty_flip_buffer_push(tty); | 1145 | tty_flip_buffer_push(tty); |
1146 | tty_kref_put(tty); | 1146 | tty_kref_put(tty); |
1147 | 1147 | ||