X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fnet%2Fhamradio%2Fscc.c;fp=drivers%2Fnet%2Fhamradio%2Fscc.c;h=33655814448e3a5485cce6d923961c615c986781;hb=690c12d2c8ca50e55a3f507059c780ecdb8fd83f;hp=9f64c8637208c4b8395743ef8385dc57b9e7605a;hpb=f639011b4020a8230c8d09866f6eaadcb12e8dde;p=mv-sheeva.git diff --git a/drivers/net/hamradio/scc.c b/drivers/net/hamradio/scc.c index 9f64c863720..33655814448 100644 --- a/drivers/net/hamradio/scc.c +++ b/drivers/net/hamradio/scc.c @@ -1069,7 +1069,8 @@ static void scc_tx_done(struct scc_channel *scc) case KISS_DUPLEX_LINK: scc->stat.tx_state = TXS_IDLE2; if (scc->kiss.idletime != TIMER_OFF) - scc_start_tx_timer(scc, t_idle, scc->kiss.idletime*100); + scc_start_tx_timer(scc, t_idle, + scc->kiss.idletime*100); break; case KISS_DUPLEX_OPTIMA: scc_notify(scc, HWEV_ALL_SENT);