commit | c20afae75c32ec69eccc4ee432fa27d426e85a83 | [log] [tgz] |
---|---|---|
author | Karicheri, Muralidharan <m-karicheri2@ti.com> | Tue Jul 28 18:20:13 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 18:37:40 2015 -0700 |
tree | 2ac8fd5f33a732848b76747959de9b33af3db7ad | |
parent | 01a030996e1e2c268a4a484e2cbd3722b705414d [diff] |
net: netcp: ethss: fix up incorrect use of list api The code seems to assume a null is returned when the list is empty from first_sec_slave() to break the loop which is incorrect. Fix the code by using list_empty(). Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>