diff options
author | Phil Elwell <phil@raspberrypi.org> | 2018-04-11 14:02:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-11 17:32:43 +0300 |
commit | fed56079e76461765f1e21c214bd1b614b7981e8 (patch) | |
tree | e2f0cc7550fe514b3dca951ae7a03db676396e8f /drivers/net/slip | |
parent | 4bfc33807a9a02764bdd1e42e794b3b401240f27 (diff) | |
download | linux-fed56079e76461765f1e21c214bd1b614b7981e8.tar.xz |
lan78xx: Avoid spurious kevent 4 "error"
lan78xx_defer_event generates an error message whenever the work item
is already scheduled. lan78xx_open defers three events -
EVENT_STAT_UPDATE, EVENT_DEV_OPEN and EVENT_LINK_RESET. Being aware
of the likelihood (or certainty) of an error message, the DEV_OPEN
event is added to the set of pending events directly, relying on
the subsequent deferral of the EVENT_LINK_RESET call to schedule the
work. Take the same precaution with EVENT_STAT_UPDATE to avoid a
totally unnecessary error message.
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/slip')
0 files changed, 0 insertions, 0 deletions