linux/drivers/net/ethernet/renesas
Sergei Shtylyov 9f8c4265bd sh_eth: fix result of sh_eth_check_reset() on timeout
When  the first loop in sh_eth_check_reset() runs to its end, 'cnt' is 0, so the
following check for 'cnt < 0' fails to catch the timeout.  Fix the  condition in
this check, so that the timeout  is actually reported.
While at it, fix the grammar in the failure message...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-11 02:28:48 -07:00
..
Kconfig sh_eth: add R8A77781 support 2013-04-29 14:24:54 -04:00
Makefile
sh_eth.c sh_eth: fix result of sh_eth_check_reset() on timeout 2013-06-11 02:28:48 -07:00
sh_eth.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-04-01 13:36:50 -04:00