Browse Source

net: Fix a build break because of a typo in drivers/net/3c503.c

Signed-off-by: Sachin Sant <sachinp@in.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Sachin Sant 15 years ago
parent
commit
8a34e2f8ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/3c503.c

+ 1 - 1
drivers/net/3c503.c

@@ -403,7 +403,7 @@ el2_open(struct net_device *dev)
 		    break;
 	    } else {
 		    if (retval != -EBUSY)
-			    return reval;
+			    return retval;
 	    }
 	} while (*++irqp);
 	if (*irqp == 0) {