linux/drivers/net/wireless/marvell
Douglas Anderson 40351051d0 mwifiex: kill useless list_empty checks
There's absolutely no reason to check to see if a list is empty
before iterating through it.  It's just like writing code like
this:

if (count != 0) {
  for (i = 0; i < count; i++) {
     ...
  }
}

The loop will already be avoided if "count == 0" so there was no
reason to check.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-10-13 12:38:02 +03:00
..
libertas libertas: constify usb_device_id 2017-08-10 11:55:59 +03:00
libertas_tf libertas_tf: constify usb_device_id 2017-08-10 11:55:59 +03:00
mwifiex mwifiex: kill useless list_empty checks 2017-10-13 12:38:02 +03:00
Kconfig
Makefile
mwl8k.c mac80211: separate encoding/bandwidth from flags 2017-04-28 10:41:45 +02:00