Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 2a6ba39a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ el2_open(struct net_device *dev)
		    break;
	    } else {
		    if (retval != -EBUSY)
			    return reval;
			    return retval;
	    }
	} while (*++irqp);
	if (*irqp == 0) {