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

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

9P: remove unnecessary break after return

parent 7ceaa583
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -959,7 +959,6 @@ static int p9_client_version(struct p9_client *c)
		break;
	default:
		return -EINVAL;
		break;
	}

	if (IS_ERR(req))