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

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

airo: remove unnecessary break after return

parent d0421d18
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7818,7 +7818,6 @@ static int readrids(struct net_device *dev, aironet_ioctl *comp) {
	case AIRORRID:      ridcode = comp->ridnum;     break;
	default:
		return -EINVAL;
		break;
	}

	if ((iobuf = kmalloc(RIDSIZE, GFP_KERNEL)) == NULL)