提交 8a34e2f8 编写于 作者: S Sachin Sant 提交者: David S. Miller

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

Signed-off-by: NSachin Sant <sachinp@in.ibm.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册