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

Commit a0babc80 authored by Shmulik Ravid's avatar Shmulik Ravid Committed by David S. Miller
Browse files

bnx2x: add missing break in bnx2x_dcbnl_get_cap

parent f9977903
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2120,6 +2120,7 @@ static u8 bnx2x_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap)
			break;
		case DCB_CAP_ATTR_DCBX:
			*cap = BNX2X_DCBX_CAPS;
			break;
		default:
			rval = -EINVAL;
			break;