Wei Yongjun 96183182ad ibmvnic: fix to use list_for_each_safe() when delete items
Since we will remove items off the list using list_del() we need
to use a safe version of the list_for_each() macro aptly named
list_for_each_safe().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-29 05:23:42 -04:00
..
2016-06-15 22:06:06 -07:00
2016-06-15 23:39:18 -07:00
2016-06-23 15:22:31 -04:00
2016-06-23 15:16:12 -04:00
2016-05-09 00:00:28 -04:00
2016-06-15 14:47:46 -07:00
2016-04-26 15:53:05 -04:00