staging: wfx: drop useless loop
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Fri, 29 May 2020 12:16:03 +0000 (14:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2020 19:22:51 +0000 (21:22 +0200)
commit8cf509345096340416708d998bbb71a27c883880
tree6f36e6445288160ff74a2998012b26cb38b579ca
parent6a9620536ffd287c67997da3bf4a984d33e3a760
staging: wfx: drop useless loop

It is guarantee that the loop will stop at first iteration. So drop the
loop.

Fixes: 6bf418c50f98a ("staging: wfx: change the way to choose frame to send")
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200529121603.1050891-2-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/queue.c