Commit 8a34e2f8 authored by Sachin Sant's avatar Sachin Sant Committed by David S. Miller

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

Signed-off-by: default avatarSachin Sant <sachinp@in.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2a6ba39a
......@@ -403,7 +403,7 @@ el2_open(struct net_device *dev)
break;
} else {
if (retval != -EBUSY)
return reval;
return retval;
}
} while (*++irqp);
if (*irqp == 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment