| commit | d003d9bdb7cd1df74e9617af14e6f9d0ef8b25bd | [log] [tgz] |
|---|---|---|
| author | Ben Hutchings <ben.hutchings@codethink.co.uk> | Fri Sep 07 01:13:40 2018 +0100 |
| committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | Wed Sep 12 20:18:51 2018 +0100 |
| tree | b274e4c965adc98ce3590ac445b37ffb28aa1b8d | |
| parent | f12e8145877dbcd337160fd7edac8023e7bfc54f [diff] |
net: lan78xx: Fix misplaced tasklet_schedule() call
Commit 136f55f66019 ("net: lan78xx: fix rx handling before first
packet is send") was not correctly backported to 4.4. The call to
tasklet_schedule() belongs in lan78xx_link_reset().
Fixes: d1fc12d8475c ("net: lan78xx: fix rx handling before first packet is send")
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>