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

Commit f6ec2f32 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

niu: remove unnecessary break after return

parent 3317aeb7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2584,7 +2584,6 @@ static int niu_determine_phy_disposition(struct niu *np)
				break;
			default:
				return -EINVAL;
				break;
			}
			phy_addr_off = niu_atca_port_num[np->port];
			break;