commit | c2f3f3a2fe4e35db352cfe1176e384e36bfd91b1 | [log] [tgz] |
---|---|---|
author | françois romieu <romieu@fr.zoreil.com> | Wed Jun 17 11:43:11 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 17 18:46:46 2009 -0700 |
tree | 28abad21db7632288692371f62d8c47108bfeeaa | |
parent | fb1001f3de1a8576b25d929502f1fe7865ff32dc [diff] |
sis190: use an adequate phy list entry as a fallback When sis190 driver is trying to get default phy, if it doesn't find home or lan phy, it falls back to the first phy in the phy list but list_entry() points to a bogus entry. list_first_entry() should be used instead. Signed-off-by: Arnaud Patard <apatard@mandriva.com> Acked-off-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: David S. Miller <davem@davemloft.net>