lan78xx: Avoid spurious kevent 4 "error"
authorPhil Elwell <phil@raspberrypi.org>
Wed, 24 Jan 2018 15:19:39 +0000 (15:19 +0000)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:41:13 +0000 (17:41 +0000)
commit1f94cb9e55d4cc845a379617c527dc4a2009f972
tree76cb6d2f94ad00869eb6577cd4e2e006e1764fd5
parent2e3ee27f1409224f1d23a4ebbbdba957b6064cea
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>
drivers/net/usb/lan78xx.c