ar71xx/ar933x_wmac_reset: remove indefinite wait for wmac reset

Found-by: Coverity Scan #1329327
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
Alexander Couzens 2017-06-11 13:27:20 +02:00
parent 1025941662
commit 296312fca1

View File

@ -1,6 +1,6 @@
--- a/arch/mips/ath79/dev-wmac.c
+++ b/arch/mips/ath79/dev-wmac.c
@@ -62,10 +62,27 @@ static void __init ar913x_wmac_setup(voi
@@ -61,10 +61,27 @@ static void __init ar913x_wmac_setup(voi
static int ar933x_wmac_reset(void)
{
@ -21,7 +21,6 @@
+ break;
+
+ udelay(10000);
+ retries++;
+ }
+
+ pr_err("ar933x: WMAC reset timed out");