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

Commit 14d9f9a3 authored by Miguel Gómez's avatar Miguel Gómez Committed by Greg Kroah-Hartman
Browse files

Staging: ipack/bridges/tpci200: remove useless break in tpci200_slot_map_space()

parent 5e4be523
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -686,7 +686,6 @@ static int tpci200_slot_map_space(struct ipack_device *dev,
			tpci200->number, dev->slot, space);
		res = -EINVAL;
		goto out_unlock;
		break;
	}

	virt_addr_space->size = size_to_map;