diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-07 11:46:56 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-07 11:46:56 +0100 |
commit | 9f9e4266a66b6f9dcde305e85035615c06bdb7f7 (patch) | |
tree | c6f867c7a1bf94a3b4f13b19a9ce442c7aec9e79 /net/lapb/lapb_timer.c | |
parent | bf551413038f74343ec4d1413c3610e2362d0aeb (diff) | |
parent | 249ce1387b7739dbea2ac1a697e4bf1e37ec06b7 (diff) |
Merge remote-tracking branch 'asoc/topic/dapm' into asoc-twl6040
Diffstat (limited to 'net/lapb/lapb_timer.c')
-rw-r--r-- | net/lapb/lapb_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/lapb/lapb_timer.c b/net/lapb/lapb_timer.c index 54563ad8aeb..355cc3b6fa4 100644 --- a/net/lapb/lapb_timer.c +++ b/net/lapb/lapb_timer.c @@ -154,6 +154,7 @@ static void lapb_t1timer_expiry(unsigned long param) } else { lapb->n2count++; lapb_requeue_frames(lapb); + lapb_kick(lapb); } break; |