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>
This commit is contained in:
parent
2a6ba39ad6
commit
8a34e2f8ba
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ el2_open(struct net_device *dev)
|
|||
break;
|
||||
} else {
|
||||
if (retval != -EBUSY)
|
||||
return reval;
|
||||
return retval;
|
||||
}
|
||||
} while (*++irqp);
|
||||
if (*irqp == 0) {
|
||||
|
|
Loading…
Reference in a new issue