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)
commit9d7cafd5a735791cb7e0cb24eafd058f0a322b23
treea46a3f189b82cddbe675361811fd94ba9fd8632d
parent1030c8792313b9dd219aa48f265b00d72938b116
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