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

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

Signed-off-by: default avatarMiguel Gómez <magomez@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5e4be523
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment