]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: iss: drop opened_list logic from the network driver
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 8 Apr 2022 06:56:35 +0000 (23:56 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 2 May 2022 02:51:20 +0000 (19:51 -0700)
commit956bba4a1bcca4e03ab9655201e1a9dc6f74d031
treea46a3f189b82cddbe675361811fd94ba9fd8632d
parent18a29194df2039ffccae05a65a1a4fd726168659
xtensa: iss: drop opened_list logic from the network driver

opened_list is used to poll all opened devices in the timer callback,
but there's individual timer that is associated with each device.
Drop opened_list and only poll the device that is associated with the
timer in the timer callback.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/platforms/iss/network.c